Html Css Color HEX #B6831C Dark Goldenrod

📋 copy color: '#B6831C'

red 182 ◦ green 131 ◦ blue 28

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

Shades of Dark Goldenrod #B6831C

Tints of Dark Goldenrod #B6831C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.42%

 BLUE value IS 28 (11.33% from 255) = 8.21%

R = 53.37%
G = 38.42%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6831C (or 0xB6831C) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 1C. RGB value is (182,131,28). Sum of RGB (Red+Green+Blue) = 182+131+28=341 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.37% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 28 (11.33% from 255 or 8.21% from 341); Max value from RGB is 182 - color contains mainly: red. Hex color #B6831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6831C is #497CE3. Grayscale: #868686. Windows color (decimal): -4816100 or 1868726. OLE color: 1868726.

HSL color Cylindrical-coordinate representation of color #B6831C: hue angle of 40.13º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6831C is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 131 28 -
CMYK 0 0.28 0.85 0.29
HSL 40.13º 0.73% 0.41% -
HSV(B) 40.13º 0.85% 0.71% -
XYZ 27.62 26.26 4.71 -
YUV 134.51 67.9 161.88 -
System Red Green Blue C M Y K H S L
Decimal 182 131 28 0 0.28 0.85 0.29 40.13 0.73 0.41
Hex B6 83 1C 0 1C 55 1D 28 49 29
Octal 266 203 34 0 34 125 35 50 111 51
Binary 10110110 10000011 11100 0 11100 1010101 11101 101000 1001001 101001

Color Harmonies of #B6831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6831C

Black with #B6831C

Text Example


Text Example

White with #B6831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6831C; }

 p { color: rgb(182,131,28); }

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

background-color css

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

 a { background-color: rgb(182,131,28); }

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

border-color css

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

 span { border-color: rgb(182,131,28); }

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