Html Css Color HEX #B8892A Nugget

📋 copy color: '#B8892A'

red 184 ◦ green 137 ◦ blue 42

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

Shades of Nugget #B8892A

Tints of Nugget #B8892A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.57%

R = 50.69%
G = 37.74%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8892A (or 0xB8892A) is known color: Nugget. HEX triplet: B8, 89 and 2A. RGB value is (184,137,42). Sum of RGB (Red+Green+Blue) = 184+137+42=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 42 (16.80% from 255 or 11.57% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B8892A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8892A is #4776D5. Grayscale: #8C8C8C. Windows color (decimal): -4683478 or 2787768. OLE color: 2787768.

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

Color convert

RGB 184 137 42 -
CMYK 0 0.26 0.77 0.28
HSL 40.14º 0.63% 0.44% -
HSV(B) 40.14º 0.77% 0.72% -
XYZ 29.13 28.25 6.11 -
YUV 140.22 72.57 159.22 -
System Red Green Blue C M Y K H S L
Decimal 184 137 42 0 0.26 0.77 0.28 40.14 0.63 0.44
Hex B8 89 2A 0 1A 4D 1C 28 3F 2C
Octal 270 211 52 0 32 115 34 50 77 54
Binary 10111000 10001001 101010 0 11010 1001101 11100 101000 111111 101100

Color Harmonies of #B8892A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8892A

Black with #B8892A

Text Example


Text Example

White with #B8892A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8892A; }

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

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

background-color css

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

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

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

border-color css

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

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

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