#b19b3a

Color #B19B3A Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #B19B3A

Tints of Roti #B19B3A

Color information

#B19B3A (or 0xB19B3A) is unknown color: approx Roti. HEX triplet: B1, 9B and 3A. RGB value is (177,155,58). Sum of RGB (Red+Green+Blue) = 177+155+58=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B3A is #4E64C5. Grayscale: #969696. Windows color (decimal): -5137606 or 3840945. OLE color: 3840945.

HSL color Cylindrical-coordinate representation of color #B19B3A: hue angle of 48.91º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B19B3A is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17715558-
CMYK00.120.670.31
HSL48.91º50.64%46.08%-
HSV(B)48.91º67.23%69.41%-
XYZ30.6233.18.78-
YUV150.5275.79146.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 45.38%
GREEN value IS 155 (60.94% from 255) = 39.74%
BLUE value IS 58 (23.05% from 255) = 14.87%
R=45.38%
G=39.74%
B=14.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771555800.120.670.3148.9150.6446.08
HexB19B3A0C431F31332e
Octal2612337201410337616356
Binary101100011001101111101001100100001111111110001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b19b3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b19b3a; }

 p { color: rgb(177,155,58); }

 H1.HeaderClassName
 {
   color: #b19b3a;
 }
 .AnyTagClassName
 {
   color: #b19b3a;
 }
</style>
background-color css

<style>
 a { background-color: #b19b3a; }

 a { background-color: rgb(177,155,58); }

 div.DivClassName
 {
   background-color: #b19b3a;
 }
 .BgClassName
 {
   background-color: #b19b3a;
 }
</style>
border-color css

<style>
 span { border-color: #b19b3a; }

 span { border-color: rgb(177,155,58); }

 td.TdClassName
 {
   border-color: #b19b3a;
 }
 .TagClassName
 {
   border-color: #b19b3a;
 }
</style>