Html Css Color HEX #B18522 Nugget

📋 copy color: '#B18522'

red 177 ◦ green 133 ◦ blue 34

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

Shades of Nugget #B18522

Tints of Nugget #B18522

RGB

 RED value IS 177 (69.53% from 255) = 51.45%

 GREEN value IS 133 (52.34% from 255) = 38.66%

 BLUE value IS 34 (13.67% from 255) = 9.88%

R = 51.45%
G = 38.66%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#B18522 (or 0xB18522) is known color: Nugget. HEX triplet: B1, 85 and 22. RGB value is (177,133,34). Sum of RGB (Red+Green+Blue) = 177+133+34=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 34 (13.67% from 255 or 9.88% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B18522 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18522 is #4E7ADD. Grayscale: #878787. Windows color (decimal): -5143262 or 2262449. OLE color: 2262449.

HSL color Cylindrical-coordinate representation of color #B18522: hue angle of 41.54º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B18522 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 34 -
CMYK 0 0.25 0.81 0.31
HSL 41.54º 0.68% 0.41% -
HSV(B) 41.54º 0.81% 0.69% -
XYZ 26.81 26.24 5.16 -
YUV 134.87 71.08 158.05 -
System Red Green Blue C M Y K H S L
Decimal 177 133 34 0 0.25 0.81 0.31 41.54 0.68 0.41
Hex B1 85 22 0 19 51 1F 2A 44 29
Octal 261 205 42 0 31 121 37 52 104 51
Binary 10110001 10000101 100010 0 11001 1010001 11111 101010 1000100 101001

Color Harmonies of #B18522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18522

Black with #B18522

Text Example


Text Example

White with #B18522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18522; }

 p { color: rgb(177,133,34); }

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

background-color css

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

 a { background-color: rgb(177,133,34); }

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

border-color css

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

 span { border-color: rgb(177,133,34); }

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