Html Css Color HEX #B3860C Dark Goldenrod

📋 copy color: '#B3860C'

red 179 ◦ green 134 ◦ blue 12

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

Shades of Dark Goldenrod #B3860C

Tints of Dark Goldenrod #B3860C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.23%

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

R = 55.08%
G = 41.23%
B = 3.69%

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

#B3860C (or 0xB3860C) is known color: Dark Goldenrod. HEX triplet: B3, 86 and 0C. RGB value is (179,134,12). Sum of RGB (Red+Green+Blue) = 179+134+12=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 12 (5.08% from 255 or 3.69% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3860C is #4C79F3. Grayscale: #868686. Windows color (decimal): -5011956 or 820915. OLE color: 820915.

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

Color convert

RGB 179 134 12 -
CMYK 0 0.25 0.93 0.30
HSL 43.83º 0.87% 0.37% -
HSV(B) 43.83º 0.93% 0.7% -
XYZ 27.18 26.66 4.06 -
YUV 133.55 59.41 160.42 -
System Red Green Blue C M Y K H S L
Decimal 179 134 12 0 0.25 0.93 0.30 43.83 0.87 0.37
Hex B3 86 C 0 19 5D 1E 2C 57 25
Octal 263 206 14 0 31 135 36 54 127 45
Binary 10110011 10000110 1100 0 11001 1011101 11110 101100 1010111 100101

Color Harmonies of #B3860C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3860C

Black with #B3860C

Text Example


Text Example

White with #B3860C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3860C; }

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

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

background-color css

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

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

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

border-color css

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

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

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