Html Css Color HEX #B3AF3E Brass

📋 copy color: '#B3AF3E'

red 179 ◦ green 175 ◦ blue 62

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

Shades of Brass #B3AF3E

Tints of Brass #B3AF3E

RGB

 RED value IS 179 (70.31% from 255) = 43.03%

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

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

R = 43.03%
G = 42.07%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3AF3E (or 0xB3AF3E) is known color: Brass. HEX triplet: B3, AF and 3E. RGB value is (179,175,62). Sum of RGB (Red+Green+Blue) = 179+175+62=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3AF3E is #4C50C1. Grayscale: #A3A3A3. Windows color (decimal): -5001410 or 4108211. OLE color: 4108211.

HSL color Cylindrical-coordinate representation of color #B3AF3E: hue angle of 57.95º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3AF3E is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 175 62 -
CMYK 0 0.02 0.65 0.30
HSL 57.95º 0.49% 0.47% -
HSV(B) 57.95º 0.65% 0.7% -
XYZ 34.79 40.59 10.56 -
YUV 163.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 179 175 62 0 0.02 0.65 0.30 57.95 0.49 0.47
Hex B3 AF 3E 0 2 41 1E 3A 31 2F
Octal 263 257 76 0 2 101 36 72 61 57
Binary 10110011 10101111 111110 0 10 1000001 11110 111010 110001 101111

Color Harmonies of #B3AF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AF3E

Black with #B3AF3E

Text Example


Text Example

White with #B3AF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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