Html Css Color HEX #B8881E Nugget

📋 copy color: '#B8881E'

red 184 ◦ green 136 ◦ blue 30

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

Shades of Nugget #B8881E

Tints of Nugget #B8881E

RGB

 RED value IS 184 (72.27% from 255) = 52.57%

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

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

R = 52.57%
G = 38.86%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8881E (or 0xB8881E) is known color: Nugget. HEX triplet: B8, 88 and 1E. RGB value is (184,136,30). Sum of RGB (Red+Green+Blue) = 184+136+30=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8881E is #4777E1. Grayscale: #8A8A8A. Windows color (decimal): -4683746 or 2001080. OLE color: 2001080.

HSL color Cylindrical-coordinate representation of color #B8881E: hue angle of 41.3º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8881E is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 136 30 -
CMYK 0 0.26 0.84 0.28
HSL 41.3º 0.72% 0.42% -
HSV(B) 41.3º 0.84% 0.72% -
XYZ 28.81 27.89 5.09 -
YUV 138.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 184 136 30 0 0.26 0.84 0.28 41.3 0.72 0.42
Hex B8 88 1E 0 1A 54 1C 29 48 2A
Octal 270 210 36 0 32 124 34 51 110 52
Binary 10111000 10001000 11110 0 11010 1010100 11100 101001 1001000 101010

Color Harmonies of #B8881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8881E

Black with #B8881E

Text Example


Text Example

White with #B8881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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