Html Css Color HEX #B0AF4A Brass

📋 copy color: '#B0AF4A'

red 176 ◦ green 175 ◦ blue 74

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

Shades of Brass #B0AF4A

Tints of Brass #B0AF4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.41%

R = 41.41%
G = 41.18%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0AF4A (or 0xB0AF4A) is known color: Brass. HEX triplet: B0, AF and 4A. RGB value is (176,175,74). Sum of RGB (Red+Green+Blue) = 176+175+74=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF4A is #4F50B5. Grayscale: #A4A4A4. Windows color (decimal): -5198006 or 4894640. OLE color: 4894640.

HSL color Cylindrical-coordinate representation of color #B0AF4A: hue angle of 59.41º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0AF4A is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 175 74 -
CMYK 0 0.01 0.58 0.31
HSL 59.41º 0.41% 0.49% -
HSV(B) 59.41º 0.58% 0.69% -
XYZ 34.47 40.38 12.46 -
YUV 163.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 176 175 74 0 0.01 0.58 0.31 59.41 0.41 0.49
Hex B0 AF 4A 0 1 3A 1F 3B 29 31
Octal 260 257 112 0 1 72 37 73 51 61
Binary 10110000 10101111 1001010 0 1 111010 11111 111011 101001 110001

Color Harmonies of #B0AF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF4A

Black with #B0AF4A

Text Example


Text Example

White with #B0AF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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