Html Css Color HEX #B68616 Dark Goldenrod

📋 copy color: '#B68616'

red 182 ◦ green 134 ◦ blue 22

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

Shades of Dark Goldenrod #B68616

Tints of Dark Goldenrod #B68616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.64%

 BLUE value IS 22 (8.98% from 255) = 6.51%

R = 53.85%
G = 39.64%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B68616 (or 0xB68616) is known color: Dark Goldenrod. HEX triplet: B6, 86 and 16. RGB value is (182,134,22). Sum of RGB (Red+Green+Blue) = 182+134+22=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B68616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68616 is #4979E9. Grayscale: #888888. Windows color (decimal): -4815338 or 1476278. OLE color: 1476278.

HSL color Cylindrical-coordinate representation of color #B68616: hue angle of 42º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B68616 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 134 22 -
CMYK 0 0.26 0.88 0.29
HSL 42º 0.78% 0.4% -
HSV(B) 42º 0.88% 0.71% -
XYZ 27.96 27.05 4.51 -
YUV 135.58 63.9 161.11 -
System Red Green Blue C M Y K H S L
Decimal 182 134 22 0 0.26 0.88 0.29 42 0.78 0.4
Hex B6 86 16 0 1A 58 1D 2A 4E 28
Octal 266 206 26 0 32 130 35 52 116 50
Binary 10110110 10000110 10110 0 11010 1011000 11101 101010 1001110 101000

Color Harmonies of #B68616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68616

Black with #B68616

Text Example


Text Example

White with #B68616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68616; }

 p { color: rgb(182,134,22); }

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

background-color css

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

 a { background-color: rgb(182,134,22); }

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

border-color css

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

 span { border-color: rgb(182,134,22); }

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