Html Css Color HEX #B0881E Nugget

📋 copy color: '#B0881E'

red 176 ◦ green 136 ◦ blue 30

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

Shades of Nugget #B0881E

Tints of Nugget #B0881E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.77%

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

R = 51.46%
G = 39.77%
B = 8.77%

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

#B0881E (or 0xB0881E) is known color: Nugget. HEX triplet: B0, 88 and 1E. RGB value is (176,136,30). Sum of RGB (Red+Green+Blue) = 176+136+30=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B0881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0881E is #4F77E1. Grayscale: #888888. Windows color (decimal): -5208034 or 2001072. OLE color: 2001072.

HSL color Cylindrical-coordinate representation of color #B0881E: hue angle of 43.56º 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 #B0881E is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 30 -
CMYK 0 0.23 0.83 0.31
HSL 43.56º 0.71% 0.4% -
HSV(B) 43.56º 0.83% 0.69% -
XYZ 26.94 26.93 5.01 -
YUV 135.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 176 136 30 0 0.23 0.83 0.31 43.56 0.71 0.4
Hex B0 88 1E 0 17 53 1F 2C 47 28
Octal 260 210 36 0 27 123 37 54 107 50
Binary 10110000 10001000 11110 0 10111 1010011 11111 101100 1000111 101000

Color Harmonies of #B0881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0881E

Black with #B0881E

Text Example


Text Example

White with #B0881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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