Html Css Color HEX #BE811B Dark Goldenrod

📋 copy color: '#BE811B'

red 190 ◦ green 129 ◦ blue 27

#BE811B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #BE811B

Tints of Dark Goldenrod #BE811B

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.8%

R = 54.91%
G = 37.28%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BE811B (or 0xBE811B) is known color: 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

RGB 190 129 27 -
CMYK 0 0.32 0.86 0.25
HSL 37.55º 0.75% 0.43% -
HSV(B) 37.55º 0.86% 0.75% -
XYZ 29.28 26.73 4.65 -
YUV 135.61 66.71 166.79 -
System Red Green Blue C M Y K H S L
Decimal 190 129 27 0 0.32 0.86 0.25 37.55 0.75 0.43
Hex BE 81 1B 0 20 56 19 26 4B 2B
Octal 276 201 33 0 40 126 31 46 113 53
Binary 10111110 10000001 11011 0 100000 1010110 11001 100110 1001011 101011

Color Harmonies of #BE811B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE811B

Black with #BE811B

Text Example


Text Example

White with #BE811B

Text Example


Text Example

HTML Codes & Css Web 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>