Html Css Color HEX #B68217 Dark Goldenrod

📋 copy color: '#B68217'

red 182 ◦ green 130 ◦ blue 23

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

Shades of Dark Goldenrod #B68217

Tints of Dark Goldenrod #B68217

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.81%

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

R = 54.33%
G = 38.81%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B68217 (or 0xB68217) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 17. RGB value is (182,130,23). Sum of RGB (Red+Green+Blue) = 182+130+23=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 23 (9.38% from 255 or 6.87% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B68217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68217 is #497DE8. Grayscale: #858585. Windows color (decimal): -4816361 or 1540790. OLE color: 1540790.

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

Color convert

RGB 182 130 23 -
CMYK 0 0.29 0.87 0.29
HSL 40.38º 0.78% 0.4% -
HSV(B) 40.38º 0.87% 0.71% -
XYZ 27.43 25.97 4.38 -
YUV 133.35 65.73 162.7 -
System Red Green Blue C M Y K H S L
Decimal 182 130 23 0 0.29 0.87 0.29 40.38 0.78 0.4
Hex B6 82 17 0 1D 57 1D 28 4E 28
Octal 266 202 27 0 35 127 35 50 116 50
Binary 10110110 10000010 10111 0 11101 1010111 11101 101000 1001110 101000

Color Harmonies of #B68217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68217

Black with #B68217

Text Example


Text Example

White with #B68217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68217; }

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

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

background-color css

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

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

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

border-color css

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

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

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