Html Css Color HEX #B08A29 Nugget

📋 copy color: '#B08A29'

red 176 ◦ green 138 ◦ blue 41

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

Shades of Nugget #B08A29

Tints of Nugget #B08A29

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.87%

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

R = 49.58%
G = 38.87%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B08A29 (or 0xB08A29) is known color: Nugget. HEX triplet: B0, 8A and 29. RGB value is (176,138,41). Sum of RGB (Red+Green+Blue) = 176+138+41=355 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.58% from 355); Green value is 138 (54.30% from 255 or 38.87% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A29 is #4F75D6. Grayscale: #8A8A8A. Windows color (decimal): -5207511 or 2722480. OLE color: 2722480.

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

Color convert

RGB 176 138 41 -
CMYK 0 0.22 0.77 0.31
HSL 43.11º 0.62% 0.43% -
HSV(B) 43.11º 0.77% 0.69% -
XYZ 27.39 27.57 5.98 -
YUV 138.3 73.09 154.89 -
System Red Green Blue C M Y K H S L
Decimal 176 138 41 0 0.22 0.77 0.31 43.11 0.62 0.43
Hex B0 8A 29 0 16 4D 1F 2B 3E 2B
Octal 260 212 51 0 26 115 37 53 76 53
Binary 10110000 10001010 101001 0 10110 1001101 11111 101011 111110 101011

Color Harmonies of #B08A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A29

Black with #B08A29

Text Example


Text Example

White with #B08A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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