Html Css Color HEX #B0AB32 Brass

📋 copy color: '#B0AB32'

red 176 ◦ green 171 ◦ blue 50

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

Shades of Brass #B0AB32

Tints of Brass #B0AB32

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.07%

 BLUE value IS 50 (19.92% from 255) = 12.59%

R = 44.33%
G = 43.07%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#B0AB32 (or 0xB0AB32) is known color: Brass. HEX triplet: B0, AB and 32. RGB value is (176,171,50). Sum of RGB (Red+Green+Blue) = 176+171+50=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 50 (19.92% from 255 or 12.59% from 397); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB32 is #4F54CD. Grayscale: #9F9F9F. Windows color (decimal): -5199054 or 3320752. OLE color: 3320752.

HSL color Cylindrical-coordinate representation of color #B0AB32: hue angle of 57.62º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B0AB32 is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 50 -
CMYK 0 0.03 0.72 0.31
HSL 57.62º 0.56% 0.44% -
HSV(B) 57.62º 0.72% 0.69% -
XYZ 33.04 38.59 8.72 -
YUV 158.7 66.66 140.34 -
System Red Green Blue C M Y K H S L
Decimal 176 171 50 0 0.03 0.72 0.31 57.62 0.56 0.44
Hex B0 AB 32 0 3 48 1F 3A 38 2C
Octal 260 253 62 0 3 110 37 72 70 54
Binary 10110000 10101011 110010 0 11 1001000 11111 111010 111000 101100

Color Harmonies of #B0AB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB32

Black with #B0AB32

Text Example


Text Example

White with #B0AB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB32; }

 p { color: rgb(176,171,50); }

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

background-color css

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

 a { background-color: rgb(176,171,50); }

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

border-color css

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

 span { border-color: rgb(176,171,50); }

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