Html Css Color HEX #B6740E Dark Goldenrod

📋 copy color: '#B6740E'

red 182 ◦ green 116 ◦ blue 14

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

Shades of Dark Goldenrod #B6740E

Tints of Dark Goldenrod #B6740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.18%

 BLUE value IS 14 (5.86% from 255) = 4.49%

R = 58.33%
G = 37.18%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B6740E (or 0xB6740E) is known color: Dark Goldenrod. HEX triplet: B6, 74 and 0E. RGB value is (182,116,14). Sum of RGB (Red+Green+Blue) = 182+116+14=312 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.33% from 312); Green value is 116 (45.70% from 255 or 37.18% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 182 - color contains mainly: red. Hex color #B6740E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6740E is #498BF1. Grayscale: #7C7C7C. Windows color (decimal): -4819954 or 947382. OLE color: 947382.

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

Color convert

RGB 182 116 14 -
CMYK 0 0.36 0.92 0.29
HSL 36.43º 0.86% 0.38% -
HSV(B) 36.43º 0.92% 0.71% -
XYZ 25.62 22.47 3.4 -
YUV 124.11 65.87 169.29 -
System Red Green Blue C M Y K H S L
Decimal 182 116 14 0 0.36 0.92 0.29 36.43 0.86 0.38
Hex B6 74 E 0 24 5C 1D 24 56 26
Octal 266 164 16 0 44 134 35 44 126 46
Binary 10110110 1110100 1110 0 100100 1011100 11101 100100 1010110 100110

Color Harmonies of #B6740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6740E

Black with #B6740E

Text Example


Text Example

White with #B6740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6740E; }

 p { color: rgb(182,116,14); }

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

background-color css

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

 a { background-color: rgb(182,116,14); }

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

border-color css

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

 span { border-color: rgb(182,116,14); }

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