#B19C3B

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

Shades of Roti #B19C3B

Tints of Roti #B19C3B

Color information

#B19C3B (or 0xB19C3B) is unknown color: approx Roti. HEX triplet: B1, 9C and 3B. RGB value is (177,156,59). Sum of RGB (Red+Green+Blue) = 177+156+59=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 177 - color contains mainly: red. Hex color #B19C3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B19C3B is #4E63C4. Grayscale: #979797. Windows color (decimal): -5137349 or 3906737. OLE color: 3906737.

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

Color convert

RGB17715659-
CMYK00.120.670.31
HSL49.32º50%46.27%-
HSV(B)49.32º66.67%69.41%-
XYZ30.8133.448.97-
YUV151.2275.96146.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 59 (23.44% from 255) = 15.05%
R=45.15%
G=39.80%
B=15.05%

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
Decimal1771565900.120.670.3149.325046.27
HexB19C3B0C431F31322e
Octal2612347301410337616256
Binary101100011001110011101101100100001111111110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19C3B; }

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

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

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

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

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

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

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

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