Html Css Color HEX #BE7D08 Dark Goldenrod

📋 copy color: '#BE7D08'

red 190 ◦ green 125 ◦ blue 8

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

Shades of Dark Goldenrod #BE7D08

Tints of Dark Goldenrod #BE7D08

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.7%

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

R = 58.82%
G = 38.7%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE7D08 (or 0xBE7D08) is known color: Dark Goldenrod. HEX triplet: BE, 7D and 08. RGB value is (190,125,8). Sum of RGB (Red+Green+Blue) = 190+125+8=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7D08 is #4182F7. Grayscale: #838383. Windows color (decimal): -4293368 or 556478. OLE color: 556478.

HSL color Cylindrical-coordinate representation of color #BE7D08: hue angle of 38.57º 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 #BE7D08 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 125 8 -
CMYK 0 0.34 0.96 0.25
HSL 38.57º 0.92% 0.39% -
HSV(B) 38.57º 0.96% 0.75% -
XYZ 28.61 25.63 3.67 -
YUV 131.1 58.53 170.01 -
System Red Green Blue C M Y K H S L
Decimal 190 125 8 0 0.34 0.96 0.25 38.57 0.92 0.39
Hex BE 7D 8 0 22 60 19 27 5C 27
Octal 276 175 10 0 42 140 31 47 134 47
Binary 10111110 1111101 1000 0 100010 1100000 11001 100111 1011100 100111

Color Harmonies of #BE7D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D08

Black with #BE7D08

Text Example


Text Example

White with #BE7D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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