Html Css Color HEX #B5AF3F Brass

📋 copy color: '#B5AF3F'

red 181 ◦ green 175 ◦ blue 63

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

Shades of Brass #B5AF3F

Tints of Brass #B5AF3F

RGB

 RED value IS 181 (71.09% from 255) = 43.2%

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

 BLUE value IS 63 (25% from 255) = 15.04%

R = 43.2%
G = 41.77%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B5AF3F (or 0xB5AF3F) is known color: Brass. HEX triplet: B5, AF and 3F. RGB value is (181,175,63). Sum of RGB (Red+Green+Blue) = 181+175+63=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 63 (25% from 255 or 15.04% from 419); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF3F is #4A50C0. Grayscale: #A4A4A4. Windows color (decimal): -4870337 or 4173749. OLE color: 4173749.

HSL color Cylindrical-coordinate representation of color #B5AF3F: hue angle of 56.95º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5AF3F is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 175 63 -
CMYK 0 0.03 0.65 0.29
HSL 56.95º 0.48% 0.48% -
HSV(B) 56.95º 0.65% 0.71% -
XYZ 35.28 40.84 10.73 -
YUV 164.03 70.99 140.11 -
System Red Green Blue C M Y K H S L
Decimal 181 175 63 0 0.03 0.65 0.29 56.95 0.48 0.48
Hex B5 AF 3F 0 3 41 1D 39 30 30
Octal 265 257 77 0 3 101 35 71 60 60
Binary 10110101 10101111 111111 0 11 1000001 11101 111001 110000 110000

Color Harmonies of #B5AF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF3F

Black with #B5AF3F

Text Example


Text Example

White with #B5AF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF3F; }

 p { color: rgb(181,175,63); }

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

background-color css

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

 a { background-color: rgb(181,175,63); }

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

border-color css

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

 span { border-color: rgb(181,175,63); }

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