Html Css Color HEX #B5AF3E Brass

📋 copy color: '#B5AF3E'

red 181 ◦ green 175 ◦ blue 62

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

Shades of Brass #B5AF3E

Tints of Brass #B5AF3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.83%

R = 43.3%
G = 41.87%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5AF3E (or 0xB5AF3E) is known color: Brass. HEX triplet: B5, AF and 3E. RGB value is (181,175,62). Sum of RGB (Red+Green+Blue) = 181+175+62=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF3E is #4A50C1. Grayscale: #A4A4A4. Windows color (decimal): -4870338 or 4108213. OLE color: 4108213.

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

Color convert

RGB 181 175 62 -
CMYK 0 0.03 0.66 0.29
HSL 56.97º 0.49% 0.48% -
HSV(B) 56.97º 0.66% 0.71% -
XYZ 35.26 40.83 10.58 -
YUV 163.91 70.49 140.19 -
System Red Green Blue C M Y K H S L
Decimal 181 175 62 0 0.03 0.66 0.29 56.97 0.49 0.48
Hex B5 AF 3E 0 3 42 1D 39 31 30
Octal 265 257 76 0 3 102 35 71 61 60
Binary 10110101 10101111 111110 0 11 1000010 11101 111001 110001 110000

Color Harmonies of #B5AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF3E

Black with #B5AF3E

Text Example


Text Example

White with #B5AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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