Html Css Color HEX #B68006 Dark Goldenrod

📋 copy color: '#B68006'

red 182 ◦ green 128 ◦ blue 6

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

Shades of Dark Goldenrod #B68006

Tints of Dark Goldenrod #B68006

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.51%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 57.59%
G = 40.51%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B68006 (or 0xB68006) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 06. RGB value is (182,128,6). Sum of RGB (Red+Green+Blue) = 182+128+6=316 (41% of max value = 765). Red value is 182 (71.48% from 255 or 57.59% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 182 - color contains mainly: red. Hex color #B68006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68006 is #497FF9. Grayscale: #828282. Windows color (decimal): -4816890 or 426166. OLE color: 426166.

HSL color Cylindrical-coordinate representation of color #B68006: hue angle of 41.59º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B68006 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 128 6 -
CMYK 0 0.30 0.97 0.29
HSL 41.59º 0.94% 0.37% -
HSV(B) 41.59º 0.97% 0.71% -
XYZ 27.04 25.4 3.65 -
YUV 130.24 57.89 164.92 -
System Red Green Blue C M Y K H S L
Decimal 182 128 6 0 0.30 0.97 0.29 41.59 0.94 0.37
Hex B6 80 6 0 1E 61 1D 2A 5E 25
Octal 266 200 6 0 36 141 35 52 136 45
Binary 10110110 10000000 110 0 11110 1100001 11101 101010 1011110 100101

Color Harmonies of #B68006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68006

Black with #B68006

Text Example


Text Example

White with #B68006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68006; }

 p { color: rgb(182,128,6); }

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

background-color css

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

 a { background-color: rgb(182,128,6); }

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

border-color css

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

 span { border-color: rgb(182,128,6); }

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