Html Css Color HEX #B08829 Nugget

📋 copy color: '#B08829'

red 176 ◦ green 136 ◦ blue 41

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

Shades of Nugget #B08829

Tints of Nugget #B08829

RGB

 RED value IS 176 (69.14% from 255) = 49.86%

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

 BLUE value IS 41 (16.41% from 255) = 11.61%

R = 49.86%
G = 38.53%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B08829 (or 0xB08829) is known color: Nugget. HEX triplet: B0, 88 and 29. RGB value is (176,136,41). Sum of RGB (Red+Green+Blue) = 176+136+41=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B08829 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08829 is #4F77D6. Grayscale: #898989. Windows color (decimal): -5208023 or 2721968. OLE color: 2721968.

HSL color Cylindrical-coordinate representation of color #B08829: hue angle of 42.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B08829 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 136 41 -
CMYK 0 0.23 0.77 0.31
HSL 42.22º 0.62% 0.43% -
HSV(B) 42.22º 0.77% 0.69% -
XYZ 27.11 27 5.88 -
YUV 137.13 73.75 155.72 -
System Red Green Blue C M Y K H S L
Decimal 176 136 41 0 0.23 0.77 0.31 42.22 0.62 0.43
Hex B0 88 29 0 17 4D 1F 2A 3E 2B
Octal 260 210 51 0 27 115 37 52 76 53
Binary 10110000 10001000 101001 0 10111 1001101 11111 101010 111110 101011

Color Harmonies of #B08829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08829

Black with #B08829

Text Example


Text Example

White with #B08829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08829; }

 p { color: rgb(176,136,41); }

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

background-color css

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

 a { background-color: rgb(176,136,41); }

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

border-color css

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

 span { border-color: rgb(176,136,41); }

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