Html Css Color HEX #B66C0E Dark Goldenrod

📋 copy color: '#B66C0E'

red 182 ◦ green 108 ◦ blue 14

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

Shades of Dark Goldenrod #B66C0E

Tints of Dark Goldenrod #B66C0E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 35.53%

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 59.87%
G = 35.53%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B66C0E (or 0xB66C0E) is known color: Dark Goldenrod. HEX triplet: B6, 6C and 0E. RGB value is (182,108,14). Sum of RGB (Red+Green+Blue) = 182+108+14=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66C0E is #4993F1. Grayscale: #777777. Windows color (decimal): -4822002 or 945334. OLE color: 945334.

HSL color Cylindrical-coordinate representation of color #B66C0E: hue angle of 33.57º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B66C0E is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 108 14 -
CMYK 0 0.41 0.92 0.29
HSL 33.57º 0.86% 0.38% -
HSV(B) 33.57º 0.92% 0.71% -
XYZ 24.73 20.7 3.11 -
YUV 119.41 68.52 172.64 -
System Red Green Blue C M Y K H S L
Decimal 182 108 14 0 0.41 0.92 0.29 33.57 0.86 0.38
Hex B6 6C E 0 29 5C 1D 22 56 26
Octal 266 154 16 0 51 134 35 42 126 46
Binary 10110110 1101100 1110 0 101001 1011100 11101 100010 1010110 100110

Color Harmonies of #B66C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66C0E

Black with #B66C0E

Text Example


Text Example

White with #B66C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66C0E; }

 p { color: rgb(182,108,14); }

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

background-color css

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

 a { background-color: rgb(182,108,14); }

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

border-color css

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

 span { border-color: rgb(182,108,14); }

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