Html Css Color HEX #B68517 Dark Goldenrod

📋 copy color: '#B68517'

red 182 ◦ green 133 ◦ blue 23

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

Shades of Dark Goldenrod #B68517

Tints of Dark Goldenrod #B68517

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.35%

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

R = 53.85%
G = 39.35%
B = 6.8%

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

#B68517 (or 0xB68517) is known color: Dark Goldenrod. HEX triplet: B6, 85 and 17. RGB value is (182,133,23). Sum of RGB (Red+Green+Blue) = 182+133+23=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 133 (52.34% from 255 or 39.35% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B68517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68517 is #497AE8. Grayscale: #878787. Windows color (decimal): -4815593 or 1541558. OLE color: 1541558.

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

Color convert

RGB 182 133 23 -
CMYK 0 0.27 0.87 0.29
HSL 41.51º 0.78% 0.4% -
HSV(B) 41.51º 0.87% 0.71% -
XYZ 27.83 26.78 4.51 -
YUV 135.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 182 133 23 0 0.27 0.87 0.29 41.51 0.78 0.4
Hex B6 85 17 0 1B 57 1D 2A 4E 28
Octal 266 205 27 0 33 127 35 52 116 50
Binary 10110110 10000101 10111 0 11011 1010111 11101 101010 1001110 101000

Color Harmonies of #B68517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68517

Black with #B68517

Text Example


Text Example

White with #B68517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68517; }

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

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

background-color css

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

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

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

border-color css

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

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

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