Html Css Color HEX #B8891E Nugget

📋 copy color: '#B8891E'

red 184 ◦ green 137 ◦ blue 30

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

Shades of Nugget #B8891E

Tints of Nugget #B8891E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.03%

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

R = 52.42%
G = 39.03%
B = 8.55%

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

#B8891E (or 0xB8891E) is known color: Nugget. HEX triplet: B8, 89 and 1E. RGB value is (184,137,30). Sum of RGB (Red+Green+Blue) = 184+137+30=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B8891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8891E is #4776E1. Grayscale: #8B8B8B. Windows color (decimal): -4683490 or 2001336. OLE color: 2001336.

HSL color Cylindrical-coordinate representation of color #B8891E: hue angle of 41.69º 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 #B8891E is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 137 30 -
CMYK 0 0.26 0.84 0.28
HSL 41.69º 0.72% 0.42% -
HSV(B) 41.69º 0.84% 0.72% -
XYZ 28.95 28.18 5.14 -
YUV 138.86 66.57 160.2 -
System Red Green Blue C M Y K H S L
Decimal 184 137 30 0 0.26 0.84 0.28 41.69 0.72 0.42
Hex B8 89 1E 0 1A 54 1C 2A 48 2A
Octal 270 211 36 0 32 124 34 52 110 52
Binary 10111000 10001001 11110 0 11010 1010100 11100 101010 1001000 101010

Color Harmonies of #B8891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8891E

Black with #B8891E

Text Example


Text Example

White with #B8891E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8891E; }

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

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

background-color css

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

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

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

border-color css

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

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

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