Html Css Color HEX #B3860B Dark Goldenrod

📋 copy color: '#B3860B'

red 179 ◦ green 134 ◦ blue 11

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

Shades of Dark Goldenrod #B3860B

Tints of Dark Goldenrod #B3860B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.4%

R = 55.25%
G = 41.36%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3860B (or 0xB3860B) is known color: Dark Goldenrod. HEX triplet: B3, 86 and 0B. RGB value is (179,134,11). Sum of RGB (Red+Green+Blue) = 179+134+11=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 134 (52.73% from 255 or 41.36% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B3860B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3860B is #4C79F4. Grayscale: #858585. Windows color (decimal): -5011957 or 755379. OLE color: 755379.

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

Color convert

RGB 179 134 11 -
CMYK 0 0.25 0.94 0.30
HSL 43.93º 0.88% 0.37% -
HSV(B) 43.93º 0.94% 0.7% -
XYZ 27.18 26.66 4.03 -
YUV 133.43 58.91 160.5 -
System Red Green Blue C M Y K H S L
Decimal 179 134 11 0 0.25 0.94 0.30 43.93 0.88 0.37
Hex B3 86 B 0 19 5E 1E 2C 58 25
Octal 263 206 13 0 31 136 36 54 130 45
Binary 10110011 10000110 1011 0 11001 1011110 11110 101100 1011000 100101

Color Harmonies of #B3860B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3860B

Black with #B3860B

Text Example


Text Example

White with #B3860B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3860B; }

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

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

background-color css

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

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

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

border-color css

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

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

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