Html Css Color HEX #B67206 Dark Goldenrod

📋 copy color: '#B67206'

red 182 ◦ green 114 ◦ blue 6

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

Shades of Dark Goldenrod #B67206

Tints of Dark Goldenrod #B67206

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 60.26%
G = 37.75%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B67206 (or 0xB67206) is known color: Dark Goldenrod. HEX triplet: B6, 72 and 06. RGB value is (182,114,6). Sum of RGB (Red+Green+Blue) = 182+114+6=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B67206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67206 is #498DF9. Grayscale: #7A7A7A. Windows color (decimal): -4820474 or 422582. OLE color: 422582.

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

Color convert

RGB 182 114 6 -
CMYK 0 0.37 0.97 0.29
HSL 36.82º 0.94% 0.37% -
HSV(B) 36.82º 0.97% 0.71% -
XYZ 25.34 21.99 3.08 -
YUV 122.02 62.53 170.78 -
System Red Green Blue C M Y K H S L
Decimal 182 114 6 0 0.37 0.97 0.29 36.82 0.94 0.37
Hex B6 72 6 0 25 61 1D 25 5E 25
Octal 266 162 6 0 45 141 35 45 136 45
Binary 10110110 1110010 110 0 100101 1100001 11101 100101 1011110 100101

Color Harmonies of #B67206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67206

Black with #B67206

Text Example


Text Example

White with #B67206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67206; }

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

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

background-color css

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

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

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

border-color css

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

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

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