Html Css Color HEX #B3740C Dark Goldenrod

📋 copy color: '#B3740C'

red 179 ◦ green 116 ◦ blue 12

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

Shades of Dark Goldenrod #B3740C

Tints of Dark Goldenrod #B3740C

RGB

 RED value IS 179 (70.31% from 255) = 58.31%

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

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

R = 58.31%
G = 37.79%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3740C (or 0xB3740C) is known color: Dark Goldenrod. HEX triplet: B3, 74 and 0C. RGB value is (179,116,12). Sum of RGB (Red+Green+Blue) = 179+116+12=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3740C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B3740C is #4C8BF3. Grayscale: #7B7B7B. Windows color (decimal): -5016564 or 816307. OLE color: 816307.

HSL color Cylindrical-coordinate representation of color #B3740C: hue angle of 37.37º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3740C is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 116 12 -
CMYK 0 0.35 0.93 0.30
HSL 37.37º 0.87% 0.37% -
HSV(B) 37.37º 0.93% 0.7% -
XYZ 24.9 22.1 3.3 -
YUV 122.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 179 116 12 0 0.35 0.93 0.30 37.37 0.87 0.37
Hex B3 74 C 0 23 5D 1E 25 57 25
Octal 263 164 14 0 43 135 36 45 127 45
Binary 10110011 1110100 1100 0 100011 1011101 11110 100101 1010111 100101

Color Harmonies of #B3740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3740C

Black with #B3740C

Text Example


Text Example

White with #B3740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3740C; }

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

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

background-color css

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

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

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

border-color css

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

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

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