Html Css Color HEX #B18521 Nugget

📋 copy color: '#B18521'

red 177 ◦ green 133 ◦ blue 33

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

Shades of Nugget #B18521

Tints of Nugget #B18521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.62%

R = 51.6%
G = 38.78%
B = 9.62%

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

#B18521 (or 0xB18521) is known color: Nugget. HEX triplet: B1, 85 and 21. RGB value is (177,133,33). Sum of RGB (Red+Green+Blue) = 177+133+33=343 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.60% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 177 - color contains mainly: red. Hex color #B18521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18521 is #4E7ADE. Grayscale: #878787. Windows color (decimal): -5143263 or 2196913. OLE color: 2196913.

HSL color Cylindrical-coordinate representation of color #B18521: hue angle of 41.67º degrees, saturation: 0.69, 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 #B18521 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 133 33 -
CMYK 0 0.25 0.81 0.31
HSL 41.67º 0.69% 0.41% -
HSV(B) 41.67º 0.81% 0.69% -
XYZ 26.79 26.23 5.09 -
YUV 134.76 70.58 158.13 -
System Red Green Blue C M Y K H S L
Decimal 177 133 33 0 0.25 0.81 0.31 41.67 0.69 0.41
Hex B1 85 21 0 19 51 1F 2A 45 29
Octal 261 205 41 0 31 121 37 52 105 51
Binary 10110001 10000101 100001 0 11001 1010001 11111 101010 1000101 101001

Color Harmonies of #B18521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18521

Black with #B18521

Text Example


Text Example

White with #B18521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18521; }

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

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

background-color css

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

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

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

border-color css

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

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

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