Html Css Color HEX #B8891D Nugget

📋 copy color: '#B8891D'

red 184 ◦ green 137 ◦ blue 29

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

Shades of Nugget #B8891D

Tints of Nugget #B8891D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.29%

R = 52.57%
G = 39.14%
B = 8.29%

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

#B8891D (or 0xB8891D) is known color: Nugget. HEX triplet: B8, 89 and 1D. RGB value is (184,137,29). Sum of RGB (Red+Green+Blue) = 184+137+29=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 29 (11.72% from 255 or 8.29% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8891D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8891D is #4776E2. Grayscale: #8B8B8B. Windows color (decimal): -4683491 or 1935800. OLE color: 1935800.

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

Color convert

RGB 184 137 29 -
CMYK 0 0.26 0.84 0.28
HSL 41.81º 0.73% 0.42% -
HSV(B) 41.81º 0.84% 0.72% -
XYZ 28.93 28.17 5.07 -
YUV 138.74 66.07 160.28 -
System Red Green Blue C M Y K H S L
Decimal 184 137 29 0 0.26 0.84 0.28 41.81 0.73 0.42
Hex B8 89 1D 0 1A 54 1C 2A 49 2A
Octal 270 211 35 0 32 124 34 52 111 52
Binary 10111000 10001001 11101 0 11010 1010100 11100 101010 1001001 101010

Color Harmonies of #B8891D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8891D

Black with #B8891D

Text Example


Text Example

White with #B8891D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8891D; }

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

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

background-color css

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

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

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

border-color css

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

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

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