Html Css Color HEX #B4AF3A Brass

📋 copy color: '#B4AF3A'

red 180 ◦ green 175 ◦ blue 58

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

Shades of Brass #B4AF3A

Tints of Brass #B4AF3A

RGB

 RED value IS 180 (70.7% from 255) = 43.58%

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

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

R = 43.58%
G = 42.37%
B = 14.04%

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

#B4AF3A (or 0xB4AF3A) is known color: Brass. HEX triplet: B4, AF and 3A. RGB value is (180,175,58). Sum of RGB (Red+Green+Blue) = 180+175+58=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 58 (23.05% from 255 or 14.04% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AF3A is #4B50C5. Grayscale: #A3A3A3. Windows color (decimal): -4935878 or 3846068. OLE color: 3846068.

HSL color Cylindrical-coordinate representation of color #B4AF3A: hue angle of 57.54º 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 #B4AF3A is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 175 58 -
CMYK 0 0.03 0.68 0.29
HSL 57.54º 0.51% 0.47% -
HSV(B) 57.54º 0.68% 0.71% -
XYZ 34.92 40.67 10.01 -
YUV 163.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 180 175 58 0 0.03 0.68 0.29 57.54 0.51 0.47
Hex B4 AF 3A 0 3 44 1D 3A 33 2F
Octal 264 257 72 0 3 104 35 72 63 57
Binary 10110100 10101111 111010 0 11 1000100 11101 111010 110011 101111

Color Harmonies of #B4AF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AF3A

Black with #B4AF3A

Text Example


Text Example

White with #B4AF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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