Html Css Color HEX #B0AB34 Brass

📋 copy color: '#B0AB34'

red 176 ◦ green 171 ◦ blue 52

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

Shades of Brass #B0AB34

Tints of Brass #B0AB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.03%

R = 44.11%
G = 42.86%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B0AB34 (or 0xB0AB34) is known color: Brass. HEX triplet: B0, AB and 34. RGB value is (176,171,52). Sum of RGB (Red+Green+Blue) = 176+171+52=399 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.11% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AB34 is #4F54CB. Grayscale: #9F9F9F. Windows color (decimal): -5199052 or 3451824. OLE color: 3451824.

HSL color Cylindrical-coordinate representation of color #B0AB34: hue angle of 57.58º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B0AB34 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 171 52 -
CMYK 0 0.03 0.70 0.31
HSL 57.58º 0.54% 0.45% -
HSV(B) 57.58º 0.7% 0.69% -
XYZ 33.09 38.6 8.96 -
YUV 158.93 67.66 140.18 -
System Red Green Blue C M Y K H S L
Decimal 176 171 52 0 0.03 0.70 0.31 57.58 0.54 0.45
Hex B0 AB 34 0 3 46 1F 3A 36 2D
Octal 260 253 64 0 3 106 37 72 66 55
Binary 10110000 10101011 110100 0 11 1000110 11111 111010 110110 101101

Color Harmonies of #B0AB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AB34

Black with #B0AB34

Text Example


Text Example

White with #B0AB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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