Html Css Color HEX #B38828 Nugget

📋 copy color: '#B38828'

red 179 ◦ green 136 ◦ blue 40

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

Shades of Nugget #B38828

Tints of Nugget #B38828

RGB

 RED value IS 179 (70.31% from 255) = 50.42%

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

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

R = 50.42%
G = 38.31%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B38828 (or 0xB38828) is known color: Nugget. HEX triplet: B3, 88 and 28. RGB value is (179,136,40). Sum of RGB (Red+Green+Blue) = 179+136+40=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B38828 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38828 is #4C77D7. Grayscale: #8A8A8A. Windows color (decimal): -5011416 or 2656435. OLE color: 2656435.

HSL color Cylindrical-coordinate representation of color #B38828: hue angle of 41.44º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B38828 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 136 40 -
CMYK 0 0.24 0.78 0.30
HSL 41.44º 0.63% 0.43% -
HSV(B) 41.44º 0.78% 0.7% -
XYZ 27.78 27.35 5.82 -
YUV 137.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 179 136 40 0 0.24 0.78 0.30 41.44 0.63 0.43
Hex B3 88 28 0 18 4E 1E 29 3F 2B
Octal 263 210 50 0 30 116 36 51 77 53
Binary 10110011 10001000 101000 0 11000 1001110 11110 101001 111111 101011

Color Harmonies of #B38828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38828

Black with #B38828

Text Example


Text Example

White with #B38828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38828; }

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

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

background-color css

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

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

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

border-color css

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

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

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