Html Css Color HEX #B7740C Dark Goldenrod

📋 copy color: '#B7740C'

red 183 ◦ green 116 ◦ blue 12

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

Shades of Dark Goldenrod #B7740C

Tints of Dark Goldenrod #B7740C

RGB

 RED value IS 183 (71.88% from 255) = 58.84%

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

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

R = 58.84%
G = 37.3%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7740C (or 0xB7740C) is known color: Dark Goldenrod. HEX triplet: B7, 74 and 0C. RGB value is (183,116,12). Sum of RGB (Red+Green+Blue) = 183+116+12=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B7740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7740C is #488BF3. Grayscale: #7C7C7C. Windows color (decimal): -4754420 or 816311. OLE color: 816311.

HSL color Cylindrical-coordinate representation of color #B7740C: hue angle of 36.49º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7740C is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 116 12 -
CMYK 0 0.37 0.93 0.28
HSL 36.49º 0.88% 0.38% -
HSV(B) 36.49º 0.93% 0.72% -
XYZ 25.84 22.58 3.35 -
YUV 124.18 64.7 169.96 -
System Red Green Blue C M Y K H S L
Decimal 183 116 12 0 0.37 0.93 0.28 36.49 0.88 0.38
Hex B7 74 C 0 25 5D 1C 24 58 26
Octal 267 164 14 0 45 135 34 44 130 46
Binary 10110111 1110100 1100 0 100101 1011101 11100 100100 1011000 100110

Color Harmonies of #B7740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7740C

Black with #B7740C

Text Example


Text Example

White with #B7740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7740C; }

 p { color: rgb(183,116,12); }

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

background-color css

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

 a { background-color: rgb(183,116,12); }

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

border-color css

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

 span { border-color: rgb(183,116,12); }

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