Html Css Color HEX #B5AF3A Brass

📋 copy color: '#B5AF3A'

red 181 ◦ green 175 ◦ blue 58

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

Shades of Brass #B5AF3A

Tints of Brass #B5AF3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.01%

R = 43.72%
G = 42.27%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B5AF3A (or 0xB5AF3A) is known color: Brass. HEX triplet: B5, AF and 3A. RGB value is (181,175,58). Sum of RGB (Red+Green+Blue) = 181+175+58=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 175 (68.75% from 255 or 42.27% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AF3A is #4A50C5. Grayscale: #A3A3A3. Windows color (decimal): -4870342 or 3846069. OLE color: 3846069.

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

Color convert

RGB 181 175 58 -
CMYK 0 0.03 0.68 0.29
HSL 57.07º 0.51% 0.47% -
HSV(B) 57.07º 0.68% 0.71% -
XYZ 35.15 40.79 10.02 -
YUV 163.46 68.49 140.51 -
System Red Green Blue C M Y K H S L
Decimal 181 175 58 0 0.03 0.68 0.29 57.07 0.51 0.47
Hex B5 AF 3A 0 3 44 1D 39 33 2F
Octal 265 257 72 0 3 104 35 71 63 57
Binary 10110101 10101111 111010 0 11 1000100 11101 111001 110011 101111

Color Harmonies of #B5AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5AF3A

Black with #B5AF3A

Text Example


Text Example

White with #B5AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5AF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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