Html Css Color HEX #BAAF3E Brass

📋 copy color: '#BAAF3E'

red 186 ◦ green 175 ◦ blue 62

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

Shades of Brass #BAAF3E

Tints of Brass #BAAF3E

RGB

 RED value IS 186 (73.05% from 255) = 43.97%

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

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

R = 43.97%
G = 41.37%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAAF3E (or 0xBAAF3E) is known color: Brass. HEX triplet: BA, AF and 3E. RGB value is (186,175,62). Sum of RGB (Red+Green+Blue) = 186+175+62=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF3E is #4550C1. Grayscale: #A5A5A5. Windows color (decimal): -4542658 or 4108218. OLE color: 4108218.

HSL color Cylindrical-coordinate representation of color #BAAF3E: hue angle of 54.68º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAAF3E is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 175 62 -
CMYK 0 0.06 0.67 0.27
HSL 54.68º 0.5% 0.49% -
HSV(B) 54.68º 0.67% 0.73% -
XYZ 36.45 41.45 10.64 -
YUV 165.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 186 175 62 0 0.06 0.67 0.27 54.68 0.5 0.49
Hex BA AF 3E 0 6 43 1B 37 32 31
Octal 272 257 76 0 6 103 33 67 62 61
Binary 10111010 10101111 111110 0 110 1000011 11011 110111 110010 110001

Color Harmonies of #BAAF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF3E

Black with #BAAF3E

Text Example


Text Example

White with #BAAF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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