Html Css Color HEX #B8882A Nugget

📋 copy color: '#B8882A'

red 184 ◦ green 136 ◦ blue 42

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

Shades of Nugget #B8882A

Tints of Nugget #B8882A

RGB

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

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

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

R = 50.83%
G = 37.57%
B = 11.6%

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

#B8882A (or 0xB8882A) is known color: Nugget. HEX triplet: B8, 88 and 2A. RGB value is (184,136,42). Sum of RGB (Red+Green+Blue) = 184+136+42=362 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.83% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 184 - color contains mainly: red. Hex color #B8882A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8882A is #4777D5. Grayscale: #8C8C8C. Windows color (decimal): -4683734 or 2787512. OLE color: 2787512.

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

Color convert

RGB 184 136 42 -
CMYK 0 0.26 0.77 0.28
HSL 39.72º 0.63% 0.44% -
HSV(B) 39.72º 0.77% 0.72% -
XYZ 28.99 27.97 6.06 -
YUV 139.64 72.9 159.64 -
System Red Green Blue C M Y K H S L
Decimal 184 136 42 0 0.26 0.77 0.28 39.72 0.63 0.44
Hex B8 88 2A 0 1A 4D 1C 28 3F 2C
Octal 270 210 52 0 32 115 34 50 77 54
Binary 10111000 10001000 101010 0 11010 1001101 11100 101000 111111 101100

Color Harmonies of #B8882A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8882A

Black with #B8882A

Text Example


Text Example

White with #B8882A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8882A; }

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

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

background-color css

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

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

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

border-color css

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

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

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