Html Css Color HEX #B3861B Dark Goldenrod

📋 copy color: '#B3861B'

red 179 ◦ green 134 ◦ blue 27

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

Shades of Dark Goldenrod #B3861B

Tints of Dark Goldenrod #B3861B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.94%

R = 52.65%
G = 39.41%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3861B (or 0xB3861B) is known color: Dark Goldenrod. HEX triplet: B3, 86 and 1B. RGB value is (179,134,27). Sum of RGB (Red+Green+Blue) = 179+134+27=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3861B is #4C79E4. Grayscale: #878787. Windows color (decimal): -5011941 or 1803955. OLE color: 1803955.

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

Color convert

RGB 179 134 27 -
CMYK 0 0.25 0.85 0.30
HSL 42.24º 0.74% 0.4% -
HSV(B) 42.24º 0.85% 0.7% -
XYZ 27.31 26.71 4.75 -
YUV 135.26 66.91 159.2 -
System Red Green Blue C M Y K H S L
Decimal 179 134 27 0 0.25 0.85 0.30 42.24 0.74 0.4
Hex B3 86 1B 0 19 55 1E 2A 4A 28
Octal 263 206 33 0 31 125 36 52 112 50
Binary 10110011 10000110 11011 0 11001 1010101 11110 101010 1001010 101000

Color Harmonies of #B3861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3861B

Black with #B3861B

Text Example


Text Example

White with #B3861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3861B; }

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

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

background-color css

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

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

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

border-color css

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

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

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