Html Css Color HEX #B4AF3E Brass

📋 copy color: '#B4AF3E'

red 180 ◦ green 175 ◦ blue 62

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

Shades of Brass #B4AF3E

Tints of Brass #B4AF3E

RGB

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

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

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

R = 43.17%
G = 41.97%
B = 14.87%

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

#B4AF3E (or 0xB4AF3E) is known color: Brass. HEX triplet: B4, AF and 3E. RGB value is (180,175,62). Sum of RGB (Red+Green+Blue) = 180+175+62=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4AF3E is #4B50C1. Grayscale: #A4A4A4. Windows color (decimal): -4935874 or 4108212. OLE color: 4108212.

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

Color convert

RGB 180 175 62 -
CMYK 0 0.03 0.66 0.29
HSL 57.46º 0.49% 0.47% -
HSV(B) 57.46º 0.66% 0.71% -
XYZ 35.02 40.71 10.57 -
YUV 163.61 70.66 139.69 -
System Red Green Blue C M Y K H S L
Decimal 180 175 62 0 0.03 0.66 0.29 57.46 0.49 0.47
Hex B4 AF 3E 0 3 42 1D 39 31 2F
Octal 264 257 76 0 3 102 35 71 61 57
Binary 10110100 10101111 111110 0 11 1000010 11101 111001 110001 101111

Color Harmonies of #B4AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AF3E

Black with #B4AF3E

Text Example


Text Example

White with #B4AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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