Html Css Color HEX #B68716 Dark Goldenrod

📋 copy color: '#B68716'

red 182 ◦ green 135 ◦ blue 22

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

Shades of Dark Goldenrod #B68716

Tints of Dark Goldenrod #B68716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.82%

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

R = 53.69%
G = 39.82%
B = 6.49%

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

#B68716 (or 0xB68716) is known color: Dark Goldenrod. HEX triplet: B6, 87 and 16. RGB value is (182,135,22). Sum of RGB (Red+Green+Blue) = 182+135+22=339 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.69% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 182 - color contains mainly: red. Hex color #B68716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68716 is #4978E9. Grayscale: #888888. Windows color (decimal): -4815082 or 1476534. OLE color: 1476534.

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

Color convert

RGB 182 135 22 -
CMYK 0 0.26 0.88 0.29
HSL 42.38º 0.78% 0.4% -
HSV(B) 42.38º 0.88% 0.71% -
XYZ 28.1 27.33 4.55 -
YUV 136.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 182 135 22 0 0.26 0.88 0.29 42.38 0.78 0.4
Hex B6 87 16 0 1A 58 1D 2A 4E 28
Octal 266 207 26 0 32 130 35 52 116 50
Binary 10110110 10000111 10110 0 11010 1011000 11101 101010 1001110 101000

Color Harmonies of #B68716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68716

Black with #B68716

Text Example


Text Example

White with #B68716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68716; }

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

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

background-color css

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

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

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

border-color css

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

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

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