#BE811B

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

Shades of Dark Goldenrod #BE811B

Tints of Dark Goldenrod #BE811B

Color information

#BE811B (or 0xBE811B) is unknown color: approx Dark Goldenrod. HEX triplet: BE, 81 and 1B. RGB value is (190,129,27). Sum of RGB (Red+Green+Blue) = 190+129+27=346 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.91% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 27 (10.94% from 255 or 7.80% from 346); Max value from RGB is 190 - color contains mainly: red. Hex color #BE811B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE811B is #417EE4. Grayscale: #888888. Windows color (decimal): -4292325 or 1802686. OLE color: 1802686.

HSL color Cylindrical-coordinate representation of color #BE811B: hue angle of 37.55º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE811B is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19012927-
CMYK00.320.860.25
HSL37.55º75.12%42.55%-
HSV(B)37.55º85.79%74.51%-
XYZ29.2826.734.65-
YUV135.6166.71166.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 54.91%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 27 (10.94% from 255) = 7.80%
R=54.91%
G=37.28%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901292700.320.860.2537.5575.1242.55
HexBE811B0205619264b2b
Octal27620133040126314611353
Binary10111110100000011101101000001010110110011001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE811B; }

 p { color: rgb(190,129,27); }

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

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

 a { background-color: rgb(190,129,27); }

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

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

 span { border-color: rgb(190,129,27); }

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