Html Css Color HEX #BE8C08 Dark Goldenrod

📋 copy color: '#BE8C08'

red 190 ◦ green 140 ◦ blue 8

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

Shades of Dark Goldenrod #BE8C08

Tints of Dark Goldenrod #BE8C08

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.42%

 BLUE value IS 8 (3.52% from 255) = 2.37%

R = 56.21%
G = 41.42%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE8C08 (or 0xBE8C08) is known color: Dark Goldenrod. HEX triplet: BE, 8C and 08. RGB value is (190,140,8). Sum of RGB (Red+Green+Blue) = 190+140+8=338 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.21% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 190 - color contains mainly: red. Hex color #BE8C08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BE8C08 is #4173F7. Grayscale: #8C8C8C. Windows color (decimal): -4289528 or 560318. OLE color: 560318.

HSL color Cylindrical-coordinate representation of color #BE8C08: hue angle of 43.52º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE8C08 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 140 8 -
CMYK 0 0.26 0.96 0.25
HSL 43.52º 0.92% 0.39% -
HSV(B) 43.52º 0.96% 0.75% -
XYZ 30.66 29.72 4.35 -
YUV 139.9 53.57 163.73 -
System Red Green Blue C M Y K H S L
Decimal 190 140 8 0 0.26 0.96 0.25 43.52 0.92 0.39
Hex BE 8C 8 0 1A 60 19 2C 5C 27
Octal 276 214 10 0 32 140 31 54 134 47
Binary 10111110 10001100 1000 0 11010 1100000 11001 101100 1011100 100111

Color Harmonies of #BE8C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE8C08

Black with #BE8C08

Text Example


Text Example

White with #BE8C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE8C08; }

 p { color: rgb(190,140,8); }

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

background-color css

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

 a { background-color: rgb(190,140,8); }

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

border-color css

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

 span { border-color: rgb(190,140,8); }

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