Html Css Color HEX #BE6E08 Dark Goldenrod

📋 copy color: '#BE6E08'

red 190 ◦ green 110 ◦ blue 8

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

Shades of Dark Goldenrod #BE6E08

Tints of Dark Goldenrod #BE6E08

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.71%

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

R = 61.69%
G = 35.71%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BE6E08 (or 0xBE6E08) is known color: Dark Goldenrod. HEX triplet: BE, 6E and 08. RGB value is (190,110,8). Sum of RGB (Red+Green+Blue) = 190+110+8=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 110 (43.36% from 255 or 35.71% from 308); Blue value is 8 (3.52% from 255 or 2.60% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6E08 is #4191F7. Grayscale: #7A7A7A. Windows color (decimal): -4297208 or 552638. OLE color: 552638.

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

Color convert

RGB 190 110 8 -
CMYK 0 0.42 0.96 0.25
HSL 33.63º 0.92% 0.39% -
HSV(B) 33.63º 0.96% 0.75% -
XYZ 26.85 22.12 3.08 -
YUV 122.29 63.5 176.29 -
System Red Green Blue C M Y K H S L
Decimal 190 110 8 0 0.42 0.96 0.25 33.63 0.92 0.39
Hex BE 6E 8 0 2A 60 19 22 5C 27
Octal 276 156 10 0 52 140 31 42 134 47
Binary 10111110 1101110 1000 0 101010 1100000 11001 100010 1011100 100111

Color Harmonies of #BE6E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6E08

Black with #BE6E08

Text Example


Text Example

White with #BE6E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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