Html Css Color HEX #B0AF46 Brass

📋 copy color: '#B0AF46'

red 176 ◦ green 175 ◦ blue 70

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

Shades of Brass #B0AF46

Tints of Brass #B0AF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.63%

R = 41.81%
G = 41.57%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B0AF46 (or 0xB0AF46) is known color: Brass. HEX triplet: B0, AF and 46. RGB value is (176,175,70). Sum of RGB (Red+Green+Blue) = 176+175+70=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 70 (27.73% from 255 or 16.63% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF46 is #4F50B9. Grayscale: #A3A3A3. Windows color (decimal): -5198010 or 4632496. OLE color: 4632496.

HSL color Cylindrical-coordinate representation of color #B0AF46: hue angle of 59.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0AF46 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 175 70 -
CMYK 0 0.01 0.60 0.31
HSL 59.43º 0.43% 0.48% -
HSV(B) 59.43º 0.6% 0.69% -
XYZ 34.34 40.33 11.77 -
YUV 163.33 75.33 137.04 -
System Red Green Blue C M Y K H S L
Decimal 176 175 70 0 0.01 0.60 0.31 59.43 0.43 0.48
Hex B0 AF 46 0 1 3C 1F 3B 2B 30
Octal 260 257 106 0 1 74 37 73 53 60
Binary 10110000 10101111 1000110 0 1 111100 11111 111011 101011 110000

Color Harmonies of #B0AF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF46

Black with #B0AF46

Text Example


Text Example

White with #B0AF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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