Html Css Color HEX #B68211 Dark Goldenrod

📋 copy color: '#B68211'

red 182 ◦ green 130 ◦ blue 17

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

Shades of Dark Goldenrod #B68211

Tints of Dark Goldenrod #B68211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.17%

R = 55.32%
G = 39.51%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B68211 (or 0xB68211) is known color: Dark Goldenrod. HEX triplet: B6, 82 and 11. RGB value is (182,130,17). Sum of RGB (Red+Green+Blue) = 182+130+17=329 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.32% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 182 - color contains mainly: red. Hex color #B68211 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68211 is #497DEE. Grayscale: #858585. Windows color (decimal): -4816367 or 1147574. OLE color: 1147574.

HSL color Cylindrical-coordinate representation of color #B68211: hue angle of 41.09º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B68211 is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 130 17 -
CMYK 0 0.29 0.91 0.29
HSL 41.09º 0.83% 0.39% -
HSV(B) 41.09º 0.91% 0.71% -
XYZ 27.38 25.95 4.1 -
YUV 132.67 62.73 163.19 -
System Red Green Blue C M Y K H S L
Decimal 182 130 17 0 0.29 0.91 0.29 41.09 0.83 0.39
Hex B6 82 11 0 1D 5B 1D 29 53 27
Octal 266 202 21 0 35 133 35 51 123 47
Binary 10110110 10000010 10001 0 11101 1011011 11101 101001 1010011 100111

Color Harmonies of #B68211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68211

Black with #B68211

Text Example


Text Example

White with #B68211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68211; }

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

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

background-color css

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

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

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

border-color css

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

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

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