Html Css Color HEX #B3870C Dark Goldenrod

📋 copy color: '#B3870C'

red 179 ◦ green 135 ◦ blue 12

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

Shades of Dark Goldenrod #B3870C

Tints of Dark Goldenrod #B3870C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.41%

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

R = 54.91%
G = 41.41%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3870C (or 0xB3870C) is known color: Dark Goldenrod. HEX triplet: B3, 87 and 0C. RGB value is (179,135,12). Sum of RGB (Red+Green+Blue) = 179+135+12=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3870C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3870C is #4C78F3. Grayscale: #868686. Windows color (decimal): -5011700 or 821171. OLE color: 821171.

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

Color convert

RGB 179 135 12 -
CMYK 0 0.25 0.93 0.30
HSL 44.19º 0.87% 0.37% -
HSV(B) 44.19º 0.93% 0.7% -
XYZ 27.32 26.94 4.11 -
YUV 134.13 59.08 160 -
System Red Green Blue C M Y K H S L
Decimal 179 135 12 0 0.25 0.93 0.30 44.19 0.87 0.37
Hex B3 87 C 0 19 5D 1E 2C 57 25
Octal 263 207 14 0 31 135 36 54 127 45
Binary 10110011 10000111 1100 0 11001 1011101 11110 101100 1010111 100101

Color Harmonies of #B3870C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3870C

Black with #B3870C

Text Example


Text Example

White with #B3870C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3870C; }

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

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

background-color css

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

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

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

border-color css

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

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

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