Html Css Color HEX #B68306 Dark Goldenrod

📋 copy color: '#B68306'

red 182 ◦ green 131 ◦ blue 6

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

Shades of Dark Goldenrod #B68306

Tints of Dark Goldenrod #B68306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.07%

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

R = 57.05%
G = 41.07%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B68306 (or 0xB68306) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 06. RGB value is (182,131,6). Sum of RGB (Red+Green+Blue) = 182+131+6=319 (42% of max value = 765). Red value is 182 (71.48% from 255 or 57.05% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 182 - color contains mainly: red. Hex color #B68306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68306 is #497CF9. Grayscale: #848484. Windows color (decimal): -4816122 or 426934. OLE color: 426934.

HSL color Cylindrical-coordinate representation of color #B68306: hue angle of 42.61º 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 #B68306 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 6 -
CMYK 0 0.28 0.97 0.29
HSL 42.61º 0.94% 0.37% -
HSV(B) 42.61º 0.97% 0.71% -
XYZ 27.44 26.19 3.78 -
YUV 132 56.9 163.66 -
System Red Green Blue C M Y K H S L
Decimal 182 131 6 0 0.28 0.97 0.29 42.61 0.94 0.37
Hex B6 83 6 0 1C 61 1D 2B 5E 25
Octal 266 203 6 0 34 141 35 53 136 45
Binary 10110110 10000011 110 0 11100 1100001 11101 101011 1011110 100101

Color Harmonies of #B68306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68306

Black with #B68306

Text Example


Text Example

White with #B68306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68306; }

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

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

background-color css

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

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

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

border-color css

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

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

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