Html Css Color HEX #B66E00 Dark Goldenrod

📋 copy color: '#B66E00'

red 182 ◦ green 110 ◦ blue 0

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

Shades of Dark Goldenrod #B66E00

Tints of Dark Goldenrod #B66E00

RGB

 RED value IS 182 (71.48% from 255) = 62.33%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.33%
G = 37.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B66E00 (or 0xB66E00) is known color: Dark Goldenrod. HEX triplet: B6, 6E and 00. RGB value is (182,110,0). Sum of RGB (Red+Green+Blue) = 182+110+0=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 110 (43.36% from 255 or 37.67% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66E00 is #4991FF. Grayscale: #777777. Windows color (decimal): -4821504 or 28342. OLE color: 28342.

HSL color Cylindrical-coordinate representation of color #B66E00: hue angle of 36.26º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B66E00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 110 0 -
CMYK 0 0.40 1 0.29
HSL 36.26º 1% 0.36% -
HSV(B) 36.26º 1% 0.71% -
XYZ 24.87 21.1 2.76 -
YUV 118.99 60.85 172.94 -
System Red Green Blue C M Y K H S L
Decimal 182 110 0 0 0.40 1 0.29 36.26 1 0.36
Hex B6 6E 0 0 28 64 1D 24 64 24
Octal 266 156 0 0 50 144 35 44 144 44
Binary 10110110 1101110 0 0 101000 1100100 11101 100100 1100100 100100

Color Harmonies of #B66E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66E00

Black with #B66E00

Text Example


Text Example

White with #B66E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66E00; }

 p { color: rgb(182,110,0); }

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

background-color css

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

 a { background-color: rgb(182,110,0); }

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

border-color css

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

 span { border-color: rgb(182,110,0); }

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