Html Css Color HEX #BE7208 Dark Goldenrod

📋 copy color: '#BE7208'

red 190 ◦ green 114 ◦ blue 8

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

Shades of Dark Goldenrod #BE7208

Tints of Dark Goldenrod #BE7208

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.54%

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

R = 60.9%
G = 36.54%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE7208 (or 0xBE7208) is known color: Dark Goldenrod. HEX triplet: BE, 72 and 08. RGB value is (190,114,8). Sum of RGB (Red+Green+Blue) = 190+114+8=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 8 (3.52% from 255 or 2.56% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7208 is #418DF7. Grayscale: #7D7D7D. Windows color (decimal): -4296184 or 553662. OLE color: 553662.

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

Color convert

RGB 190 114 8 -
CMYK 0 0.40 0.96 0.25
HSL 34.95º 0.92% 0.39% -
HSV(B) 34.95º 0.96% 0.75% -
XYZ 27.3 23 3.23 -
YUV 124.64 62.18 174.62 -
System Red Green Blue C M Y K H S L
Decimal 190 114 8 0 0.40 0.96 0.25 34.95 0.92 0.39
Hex BE 72 8 0 28 60 19 23 5C 27
Octal 276 162 10 0 50 140 31 43 134 47
Binary 10111110 1110010 1000 0 101000 1100000 11001 100011 1011100 100111

Color Harmonies of #BE7208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7208

Black with #BE7208

Text Example


Text Example

White with #BE7208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7208; }

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

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

background-color css

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

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

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

border-color css

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

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

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