Html Css Color HEX #B6750C Dark Goldenrod

📋 copy color: '#B6750C'

red 182 ◦ green 117 ◦ blue 12

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

Shades of Dark Goldenrod #B6750C

Tints of Dark Goldenrod #B6750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.62%

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

R = 58.52%
G = 37.62%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6750C (or 0xB6750C) is known color: Dark Goldenrod. HEX triplet: B6, 75 and 0C. RGB value is (182,117,12). Sum of RGB (Red+Green+Blue) = 182+117+12=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B6750C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6750C is #498AF3. Grayscale: #7C7C7C. Windows color (decimal): -4819700 or 816566. OLE color: 816566.

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

Color convert

RGB 182 117 12 -
CMYK 0 0.36 0.93 0.29
HSL 37.06º 0.88% 0.38% -
HSV(B) 37.06º 0.93% 0.71% -
XYZ 25.72 22.69 3.37 -
YUV 124.47 64.53 169.04 -
System Red Green Blue C M Y K H S L
Decimal 182 117 12 0 0.36 0.93 0.29 37.06 0.88 0.38
Hex B6 75 C 0 24 5D 1D 25 58 26
Octal 266 165 14 0 44 135 35 45 130 46
Binary 10110110 1110101 1100 0 100100 1011101 11101 100101 1011000 100110

Color Harmonies of #B6750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6750C

Black with #B6750C

Text Example


Text Example

White with #B6750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6750C; }

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

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

background-color css

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

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

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

border-color css

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

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

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