Html Css Color HEX #B67306 Dark Goldenrod

📋 copy color: '#B67306'

red 182 ◦ green 115 ◦ blue 6

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

Shades of Dark Goldenrod #B67306

Tints of Dark Goldenrod #B67306

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.95%

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

R = 60.07%
G = 37.95%
B = 1.98%

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

#B67306 (or 0xB67306) is known color: Dark Goldenrod. HEX triplet: B6, 73 and 06. RGB value is (182,115,6). Sum of RGB (Red+Green+Blue) = 182+115+6=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B67306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67306 is #498CF9. Grayscale: #7B7B7B. Windows color (decimal): -4820218 or 422838. OLE color: 422838.

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

Color convert

RGB 182 115 6 -
CMYK 0 0.37 0.97 0.29
HSL 37.16º 0.94% 0.37% -
HSV(B) 37.16º 0.97% 0.71% -
XYZ 25.46 22.22 3.12 -
YUV 122.61 62.2 170.36 -
System Red Green Blue C M Y K H S L
Decimal 182 115 6 0 0.37 0.97 0.29 37.16 0.94 0.37
Hex B6 73 6 0 25 61 1D 25 5E 25
Octal 266 163 6 0 45 141 35 45 136 45
Binary 10110110 1110011 110 0 100101 1100001 11101 100101 1011110 100101

Color Harmonies of #B67306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67306

Black with #B67306

Text Example


Text Example

White with #B67306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67306; }

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

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

background-color css

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

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

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

border-color css

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

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

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