Html Css Color HEX #B0AF34 Brass

📋 copy color: '#B0AF34'

red 176 ◦ green 175 ◦ blue 52

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

Shades of Brass #B0AF34

Tints of Brass #B0AF34

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.42%

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

R = 43.67%
G = 43.42%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B0AF34 (or 0xB0AF34) is known color: Brass. HEX triplet: B0, AF and 34. RGB value is (176,175,52). Sum of RGB (Red+Green+Blue) = 176+175+52=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF34 is #4F50CB. Grayscale: #A1A1A1. Windows color (decimal): -5198028 or 3452848. OLE color: 3452848.

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

Color convert

RGB 176 175 52 -
CMYK 0 0.01 0.70 0.31
HSL 59.52º 0.54% 0.45% -
HSV(B) 59.52º 0.7% 0.69% -
XYZ 33.85 40.14 9.21 -
YUV 161.28 66.33 138.5 -
System Red Green Blue C M Y K H S L
Decimal 176 175 52 0 0.01 0.70 0.31 59.52 0.54 0.45
Hex B0 AF 34 0 1 46 1F 3C 36 2D
Octal 260 257 64 0 1 106 37 74 66 55
Binary 10110000 10101111 110100 0 1 1000110 11111 111100 110110 101101

Color Harmonies of #B0AF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF34

Black with #B0AF34

Text Example


Text Example

White with #B0AF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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