Html Css Color HEX #BE7608 Dark Goldenrod

📋 copy color: '#BE7608'

red 190 ◦ green 118 ◦ blue 8

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

Shades of Dark Goldenrod #BE7608

Tints of Dark Goldenrod #BE7608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.34%

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

R = 60.13%
G = 37.34%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE7608 (or 0xBE7608) is known color: Dark Goldenrod. HEX triplet: BE, 76 and 08. RGB value is (190,118,8). Sum of RGB (Red+Green+Blue) = 190+118+8=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7608 is #4189F7. Grayscale: #7F7F7F. Windows color (decimal): -4295160 or 554686. OLE color: 554686.

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

Color convert

RGB 190 118 8 -
CMYK 0 0.38 0.96 0.25
HSL 36.26º 0.92% 0.39% -
HSV(B) 36.26º 0.96% 0.75% -
XYZ 27.76 23.92 3.38 -
YUV 126.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 190 118 8 0 0.38 0.96 0.25 36.26 0.92 0.39
Hex BE 76 8 0 26 60 19 24 5C 27
Octal 276 166 10 0 46 140 31 44 134 47
Binary 10111110 1110110 1000 0 100110 1100000 11001 100100 1011100 100111

Color Harmonies of #BE7608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7608

Black with #BE7608

Text Example


Text Example

White with #BE7608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7608; }

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

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

background-color css

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

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

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

border-color css

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

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

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