Html Css Color HEX #B0871B Dark Goldenrod

📋 copy color: '#B0871B'

red 176 ◦ green 135 ◦ blue 27

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

Shades of Dark Goldenrod #B0871B

Tints of Dark Goldenrod #B0871B

RGB

 RED value IS 176 (69.14% from 255) = 52.07%

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

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

R = 52.07%
G = 39.94%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0871B (or 0xB0871B) is known color: Dark Goldenrod. HEX triplet: B0, 87 and 1B. RGB value is (176,135,27). Sum of RGB (Red+Green+Blue) = 176+135+27=338 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.07% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 176 - color contains mainly: red. Hex color #B0871B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0871B is #4F78E4. Grayscale: #878787. Windows color (decimal): -5208293 or 1804208. OLE color: 1804208.

HSL color Cylindrical-coordinate representation of color #B0871B: hue angle of 43.49º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0871B is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 135 27 -
CMYK 0 0.23 0.85 0.31
HSL 43.49º 0.73% 0.4% -
HSV(B) 43.49º 0.85% 0.69% -
XYZ 26.77 26.64 4.77 -
YUV 134.95 67.08 157.28 -
System Red Green Blue C M Y K H S L
Decimal 176 135 27 0 0.23 0.85 0.31 43.49 0.73 0.4
Hex B0 87 1B 0 17 55 1F 2B 49 28
Octal 260 207 33 0 27 125 37 53 111 50
Binary 10110000 10000111 11011 0 10111 1010101 11111 101011 1001001 101000

Color Harmonies of #B0871B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0871B

Black with #B0871B

Text Example


Text Example

White with #B0871B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0871B; }

 p { color: rgb(176,135,27); }

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

background-color css

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

 a { background-color: rgb(176,135,27); }

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

border-color css

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

 span { border-color: rgb(176,135,27); }

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