Html Css Color HEX #B6730C Dark Goldenrod

📋 copy color: '#B6730C'

red 182 ◦ green 115 ◦ blue 12

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

Shades of Dark Goldenrod #B6730C

Tints of Dark Goldenrod #B6730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.22%

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

R = 58.9%
G = 37.22%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6730C (or 0xB6730C) is known color: Dark Goldenrod. HEX triplet: B6, 73 and 0C. RGB value is (182,115,12). Sum of RGB (Red+Green+Blue) = 182+115+12=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B6730C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6730C is #498CF3. Grayscale: #7B7B7B. Windows color (decimal): -4820212 or 816054. OLE color: 816054.

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

Color convert

RGB 182 115 12 -
CMYK 0 0.37 0.93 0.29
HSL 36.35º 0.88% 0.38% -
HSV(B) 36.35º 0.93% 0.71% -
XYZ 25.49 22.23 3.3 -
YUV 123.29 65.2 169.88 -
System Red Green Blue C M Y K H S L
Decimal 182 115 12 0 0.37 0.93 0.29 36.35 0.88 0.38
Hex B6 73 C 0 25 5D 1D 24 58 26
Octal 266 163 14 0 45 135 35 44 130 46
Binary 10110110 1110011 1100 0 100101 1011101 11101 100100 1011000 100110

Color Harmonies of #B6730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6730C

Black with #B6730C

Text Example


Text Example

White with #B6730C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6730C; }

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

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

background-color css

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

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

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

border-color css

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

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

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