Html Css Color HEX #B0871E Nugget

📋 copy color: '#B0871E'

red 176 ◦ green 135 ◦ blue 30

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

Shades of Nugget #B0871E

Tints of Nugget #B0871E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.8%

R = 51.61%
G = 39.59%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0871E (or 0xB0871E) is known color: Nugget. HEX triplet: B0, 87 and 1E. RGB value is (176,135,30). Sum of RGB (Red+Green+Blue) = 176+135+30=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B0871E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0871E is #4F78E1. Grayscale: #878787. Windows color (decimal): -5208290 or 2000816. OLE color: 2000816.

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

Color convert

RGB 176 135 30 -
CMYK 0 0.23 0.83 0.31
HSL 43.15º 0.71% 0.4% -
HSV(B) 43.15º 0.83% 0.69% -
XYZ 26.8 26.65 4.96 -
YUV 135.29 68.58 157.04 -
System Red Green Blue C M Y K H S L
Decimal 176 135 30 0 0.23 0.83 0.31 43.15 0.71 0.4
Hex B0 87 1E 0 17 53 1F 2B 47 28
Octal 260 207 36 0 27 123 37 53 107 50
Binary 10110000 10000111 11110 0 10111 1010011 11111 101011 1000111 101000

Color Harmonies of #B0871E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0871E

Black with #B0871E

Text Example


Text Example

White with #B0871E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0871E; }

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

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

background-color css

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

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

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

border-color css

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

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

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