Html Css Color HEX #B6830C Dark Goldenrod

📋 copy color: '#B6830C'

red 182 ◦ green 131 ◦ blue 12

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

Shades of Dark Goldenrod #B6830C

Tints of Dark Goldenrod #B6830C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.69%

R = 56%
G = 40.31%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6830C (or 0xB6830C) is known color: Dark Goldenrod. HEX triplet: B6, 83 and 0C. RGB value is (182,131,12). Sum of RGB (Red+Green+Blue) = 182+131+12=325 (43% of max value = 765). Red value is 182 (71.48% from 255 or 56% from 325); Green value is 131 (51.56% from 255 or 40.31% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 182 - color contains mainly: red. Hex color #B6830C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6830C is #497CF3. Grayscale: #858585. Windows color (decimal): -4816116 or 820150. OLE color: 820150.

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

Color convert

RGB 182 131 12 -
CMYK 0 0.28 0.93 0.29
HSL 42º 0.88% 0.38% -
HSV(B) 42º 0.93% 0.71% -
XYZ 27.47 26.2 3.96 -
YUV 132.68 59.9 163.18 -
System Red Green Blue C M Y K H S L
Decimal 182 131 12 0 0.28 0.93 0.29 42 0.88 0.38
Hex B6 83 C 0 1C 5D 1D 2A 58 26
Octal 266 203 14 0 34 135 35 52 130 46
Binary 10110110 10000011 1100 0 11100 1011101 11101 101010 1011000 100110

Color Harmonies of #B6830C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6830C

Black with #B6830C

Text Example


Text Example

White with #B6830C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6830C; }

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

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

background-color css

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

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

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

border-color css

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

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

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