#BE9C42

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

Shades of Roti #BE9C42

Tints of Roti #BE9C42

Color information

#BE9C42 (or 0xBE9C42) is unknown color: approx Roti. HEX triplet: BE, 9C and 42. RGB value is (190,156,66). Sum of RGB (Red+Green+Blue) = 190+156+66=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 66 (26.17% from 255 or 16.02% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9C42 is #4163BD. Grayscale: #9C9C9C. Windows color (decimal): -4285374 or 4365502. OLE color: 4365502.

HSL color Cylindrical-coordinate representation of color #BE9C42: hue angle of 43.55º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE9C42 is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB19015666-
CMYK00.180.650.25
HSL43.55º48.82%50.2%-
HSV(B)43.55º65.26%74.51%-
XYZ34.1135.1210.13-
YUV155.9177.26152.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 156 (61.33% from 255) = 37.86%
BLUE value IS 66 (26.17% from 255) = 16.02%
R=46.12%
G=37.86%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901566600.180.650.2543.5548.8250.2
HexBE9C4201241192c3132
Octal27623410202210131546162
Binary10111110100111001000010010010100000111001101100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9C42; }

 p { color: rgb(190,156,66); }

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

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

 a { background-color: rgb(190,156,66); }

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

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

 span { border-color: rgb(190,156,66); }

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