Html Css Color HEX #BE8E0C Dark Goldenrod

📋 copy color: '#BE8E0C'

red 190 ◦ green 142 ◦ blue 12

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

Shades of Dark Goldenrod #BE8E0C

Tints of Dark Goldenrod #BE8E0C

RGB

 RED value IS 190 (74.61% from 255) = 55.23%

 GREEN value IS 142 (55.86% from 255) = 41.28%

 BLUE value IS 12 (5.08% from 255) = 3.49%

R = 55.23%
G = 41.28%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BE8E0C (or 0xBE8E0C) is known color: Dark Goldenrod. HEX triplet: BE, 8E and 0C. RGB value is (190,142,12). Sum of RGB (Red+Green+Blue) = 190+142+12=344 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.23% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8E0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8E0C is #4171F3. Grayscale: #8E8E8E. Windows color (decimal): -4289012 or 822974. OLE color: 822974.

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

Color convert

RGB 190 142 12 -
CMYK 0 0.25 0.94 0.25
HSL 43.82º 0.88% 0.4% -
HSV(B) 43.82º 0.94% 0.75% -
XYZ 30.97 30.32 4.57 -
YUV 141.53 54.9 162.57 -
System Red Green Blue C M Y K H S L
Decimal 190 142 12 0 0.25 0.94 0.25 43.82 0.88 0.4
Hex BE 8E C 0 19 5E 19 2C 58 28
Octal 276 216 14 0 31 136 31 54 130 50
Binary 10111110 10001110 1100 0 11001 1011110 11001 101100 1011000 101000

Color Harmonies of #BE8E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8E0C

Black with #BE8E0C

Text Example


Text Example

White with #BE8E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8E0C; }

 p { color: rgb(190,142,12); }

 H1.HeaderClassName
 {
   color: #BE8E0C;
 }
 .AnyTagClassName
 {
   color: #BE8E0C;
 }
</style>

background-color css

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

 a { background-color: rgb(190,142,12); }

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

border-color css

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

 span { border-color: rgb(190,142,12); }

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