Html Css Color HEX #B6760C Dark Goldenrod

📋 copy color: '#B6760C'

red 182 ◦ green 118 ◦ blue 12

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

Shades of Dark Goldenrod #B6760C

Tints of Dark Goldenrod #B6760C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.82%

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

R = 58.33%
G = 37.82%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6760C (or 0xB6760C) is known color: Dark Goldenrod. HEX triplet: B6, 76 and 0C. RGB value is (182,118,12). Sum of RGB (Red+Green+Blue) = 182+118+12=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6760C is #4989F3. Grayscale: #7D7D7D. Windows color (decimal): -4819444 or 816822. OLE color: 816822.

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

Color convert

RGB 182 118 12 -
CMYK 0 0.35 0.93 0.29
HSL 37.41º 0.88% 0.38% -
HSV(B) 37.41º 0.93% 0.71% -
XYZ 25.84 22.93 3.41 -
YUV 125.05 64.2 168.62 -
System Red Green Blue C M Y K H S L
Decimal 182 118 12 0 0.35 0.93 0.29 37.41 0.88 0.38
Hex B6 76 C 0 23 5D 1D 25 58 26
Octal 266 166 14 0 43 135 35 45 130 46
Binary 10110110 1110110 1100 0 100011 1011101 11101 100101 1011000 100110

Color Harmonies of #B6760C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6760C

Black with #B6760C

Text Example


Text Example

White with #B6760C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6760C; }

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

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

background-color css

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

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

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

border-color css

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

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

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