Html Css Color HEX #BAAF43 Brass

📋 copy color: '#BAAF43'

red 186 ◦ green 175 ◦ blue 67

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

Shades of Brass #BAAF43

Tints of Brass #BAAF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.65%

R = 43.46%
G = 40.89%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BAAF43 (or 0xBAAF43) is known color: Brass. HEX triplet: BA, AF and 43. RGB value is (186,175,67). Sum of RGB (Red+Green+Blue) = 186+175+67=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 67 (26.56% from 255 or 15.65% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BAAF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAAF43 is #4550BC. Grayscale: #A6A6A6. Windows color (decimal): -4542653 or 4435898. OLE color: 4435898.

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

Color convert

RGB 186 175 67 -
CMYK 0 0.06 0.64 0.27
HSL 54.45º 0.47% 0.5% -
HSV(B) 54.45º 0.64% 0.73% -
XYZ 36.59 41.5 11.39 -
YUV 165.98 72.14 142.28 -
System Red Green Blue C M Y K H S L
Decimal 186 175 67 0 0.06 0.64 0.27 54.45 0.47 0.5
Hex BA AF 43 0 6 40 1B 36 2F 32
Octal 272 257 103 0 6 100 33 66 57 62
Binary 10111010 10101111 1000011 0 110 1000000 11011 110110 101111 110010

Color Harmonies of #BAAF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAAF43

Black with #BAAF43

Text Example


Text Example

White with #BAAF43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAAF43; }

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

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

background-color css

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

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

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

border-color css

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

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

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