Html Css Color HEX #B6800C Dark Goldenrod

📋 copy color: '#B6800C'

red 182 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #B6800C

Tints of Dark Goldenrod #B6800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.75%

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

R = 56.52%
G = 39.75%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6800C (or 0xB6800C) is known color: Dark Goldenrod. HEX triplet: B6, 80 and 0C. RGB value is (182,128,12). Sum of RGB (Red+Green+Blue) = 182+128+12=322 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.52% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 182 - color contains mainly: red. Hex color #B6800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B6800C is #497FF3. Grayscale: #838383. Windows color (decimal): -4816884 or 819382. OLE color: 819382.

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

Color convert

RGB 182 128 12 -
CMYK 0 0.30 0.93 0.29
HSL 40.94º 0.88% 0.38% -
HSV(B) 40.94º 0.93% 0.71% -
XYZ 27.08 25.41 3.83 -
YUV 130.92 60.89 164.43 -
System Red Green Blue C M Y K H S L
Decimal 182 128 12 0 0.30 0.93 0.29 40.94 0.88 0.38
Hex B6 80 C 0 1E 5D 1D 29 58 26
Octal 266 200 14 0 36 135 35 51 130 46
Binary 10110110 10000000 1100 0 11110 1011101 11101 101001 1011000 100110

Color Harmonies of #B6800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6800C

Black with #B6800C

Text Example


Text Example

White with #B6800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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