Html Css Color HEX #B88828 Nugget

📋 copy color: '#B88828'

red 184 ◦ green 136 ◦ blue 40

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

Shades of Nugget #B88828

Tints of Nugget #B88828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 51.11%
G = 37.78%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B88828 (or 0xB88828) is known color: Nugget. HEX triplet: B8, 88 and 28. RGB value is (184,136,40). Sum of RGB (Red+Green+Blue) = 184+136+40=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B88828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88828 is #4777D7. Grayscale: #8B8B8B. Windows color (decimal): -4683736 or 2656440. OLE color: 2656440.

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

Color convert

RGB 184 136 40 -
CMYK 0 0.26 0.78 0.28
HSL 40º 0.64% 0.44% -
HSV(B) 40º 0.78% 0.72% -
XYZ 28.95 27.95 5.88 -
YUV 139.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 184 136 40 0 0.26 0.78 0.28 40 0.64 0.44
Hex B8 88 28 0 1A 4E 1C 28 40 2C
Octal 270 210 50 0 32 116 34 50 100 54
Binary 10111000 10001000 101000 0 11010 1001110 11100 101000 1000000 101100

Color Harmonies of #B88828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88828

Black with #B88828

Text Example


Text Example

White with #B88828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88828; }

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

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

background-color css

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

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

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

border-color css

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

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

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