Html Css Color HEX #B66A04 Dark Goldenrod

📋 copy color: '#B66A04'

red 182 ◦ green 106 ◦ blue 4

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

Shades of Dark Goldenrod #B66A04

Tints of Dark Goldenrod #B66A04

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

 BLUE value IS 4 (1.95% from 255) = 1.37%

R = 62.33%
G = 36.3%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#B66A04 (or 0xB66A04) is known color: Dark Goldenrod. HEX triplet: B6, 6A and 04. RGB value is (182,106,4). Sum of RGB (Red+Green+Blue) = 182+106+4=292 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.33% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 4 (1.95% from 255 or 1.37% from 292); Max value from RGB is 182 - color contains mainly: red. Hex color #B66A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B66A04 is #4995FB. Grayscale: #757575. Windows color (decimal): -4822524 or 289462. OLE color: 289462.

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

Color convert

RGB 182 106 4 -
CMYK 0 0.42 0.98 0.29
HSL 34.38º 0.96% 0.36% -
HSV(B) 34.38º 0.98% 0.71% -
XYZ 24.47 20.26 2.74 -
YUV 117.1 64.18 174.29 -
System Red Green Blue C M Y K H S L
Decimal 182 106 4 0 0.42 0.98 0.29 34.38 0.96 0.36
Hex B6 6A 4 0 2A 62 1D 22 60 24
Octal 266 152 4 0 52 142 35 42 140 44
Binary 10110110 1101010 100 0 101010 1100010 11101 100010 1100000 100100

Color Harmonies of #B66A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66A04

Black with #B66A04

Text Example


Text Example

White with #B66A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66A04; }

 p { color: rgb(182,106,4); }

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

background-color css

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

 a { background-color: rgb(182,106,4); }

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

border-color css

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

 span { border-color: rgb(182,106,4); }

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