Html Css Color HEX #B68417 Dark Goldenrod

📋 copy color: '#B68417'

red 182 ◦ green 132 ◦ blue 23

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

Shades of Dark Goldenrod #B68417

Tints of Dark Goldenrod #B68417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.17%

 BLUE value IS 23 (9.38% from 255) = 6.82%

R = 54.01%
G = 39.17%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B68417 (or 0xB68417) is known color: Dark Goldenrod. HEX triplet: B6, 84 and 17. RGB value is (182,132,23). Sum of RGB (Red+Green+Blue) = 182+132+23=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 132 (51.95% from 255 or 39.17% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B68417 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68417 is #497BE8. Grayscale: #878787. Windows color (decimal): -4815849 or 1541302. OLE color: 1541302.

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

Color convert

RGB 182 132 23 -
CMYK 0 0.27 0.87 0.29
HSL 41.13º 0.78% 0.4% -
HSV(B) 41.13º 0.87% 0.71% -
XYZ 27.7 26.51 4.47 -
YUV 134.52 65.07 161.86 -
System Red Green Blue C M Y K H S L
Decimal 182 132 23 0 0.27 0.87 0.29 41.13 0.78 0.4
Hex B6 84 17 0 1B 57 1D 29 4E 28
Octal 266 204 27 0 33 127 35 51 116 50
Binary 10110110 10000100 10111 0 11011 1010111 11101 101001 1001110 101000

Color Harmonies of #B68417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68417

Black with #B68417

Text Example


Text Example

White with #B68417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68417; }

 p { color: rgb(182,132,23); }

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

background-color css

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

 a { background-color: rgb(182,132,23); }

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

border-color css

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

 span { border-color: rgb(182,132,23); }

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