Html Css Color HEX #B0AF48 Brass

📋 copy color: '#B0AF48'

red 176 ◦ green 175 ◦ blue 72

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

Shades of Brass #B0AF48

Tints of Brass #B0AF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 41.61%
G = 41.37%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B0AF48 (or 0xB0AF48) is known color: Brass. HEX triplet: B0, AF and 48. RGB value is (176,175,72). Sum of RGB (Red+Green+Blue) = 176+175+72=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0AF48 is #4F50B7. Grayscale: #A3A3A3. Windows color (decimal): -5198008 or 4763568. OLE color: 4763568.

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

Color convert

RGB 176 175 72 -
CMYK 0 0.01 0.59 0.31
HSL 59.42º 0.42% 0.49% -
HSV(B) 59.42º 0.59% 0.69% -
XYZ 34.4 40.36 12.11 -
YUV 163.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 176 175 72 0 0.01 0.59 0.31 59.42 0.42 0.49
Hex B0 AF 48 0 1 3B 1F 3B 2A 31
Octal 260 257 110 0 1 73 37 73 52 61
Binary 10110000 10101111 1001000 0 1 111011 11111 111011 101010 110001

Color Harmonies of #B0AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AF48

Black with #B0AF48

Text Example


Text Example

White with #B0AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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