#B19B3B

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

Shades of Roti #B19B3B

Tints of Roti #B19B3B

Color information

#B19B3B (or 0xB19B3B) is unknown color: approx Roti. HEX triplet: B1, 9B and 3B. RGB value is (177,155,59). Sum of RGB (Red+Green+Blue) = 177+155+59=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 59 (23.44% from 255 or 15.09% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B19B3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19B3B is #4E64C4. Grayscale: #979797. Windows color (decimal): -5137605 or 3906481. OLE color: 3906481.

HSL color Cylindrical-coordinate representation of color #B19B3B: hue angle of 48.81º degrees, saturation: 0.5, 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 #B19B3B is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17715559-
CMYK00.120.670.31
HSL48.81º50%46.27%-
HSV(B)48.81º66.67%69.41%-
XYZ30.6433.118.91-
YUV150.6376.29146.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 155 (60.94% from 255) = 39.64%
BLUE value IS 59 (23.44% from 255) = 15.09%
R=45.27%
G=39.64%
B=15.09%

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
Decimal1771555900.120.670.3148.815046.27
HexB19B3B0C431F31322e
Octal2612337301410337616256
Binary101100011001101111101101100100001111111110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19B3B; }

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

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

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

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

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

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

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

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