Html Css Color HEX #BAA738 Brass

📋 copy color: '#BAA738'

red 186 ◦ green 167 ◦ blue 56

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

Shades of Brass #BAA738

Tints of Brass #BAA738

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.83%

 BLUE value IS 56 (22.27% from 255) = 13.69%

R = 45.48%
G = 40.83%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAA738 (or 0xBAA738) is known color: Brass. HEX triplet: BA, A7 and 38. RGB value is (186,167,56). Sum of RGB (Red+Green+Blue) = 186+167+56=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 167 (65.62% from 255 or 40.83% from 409); Blue value is 56 (22.27% from 255 or 13.69% from 409); Max value from RGB is 186 - color contains mainly: red. Hex color #BAA738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAA738 is #4558C7. Grayscale: #A0A0A0. Windows color (decimal): -4544712 or 3712954. OLE color: 3712954.

HSL color Cylindrical-coordinate representation of color #BAA738: hue angle of 51.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAA738 is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 167 56 -
CMYK 0 0.10 0.70 0.27
HSL 51.23º 0.54% 0.47% -
HSV(B) 51.23º 0.7% 0.73% -
XYZ 34.78 38.36 9.31 -
YUV 160.03 69.29 146.53 -
System Red Green Blue C M Y K H S L
Decimal 186 167 56 0 0.10 0.70 0.27 51.23 0.54 0.47
Hex BA A7 38 0 A 46 1B 33 36 2F
Octal 272 247 70 0 12 106 33 63 66 57
Binary 10111010 10100111 111000 0 1010 1000110 11011 110011 110110 101111

Color Harmonies of #BAA738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAA738

Black with #BAA738

Text Example


Text Example

White with #BAA738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAA738; }

 p { color: rgb(186,167,56); }

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

background-color css

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

 a { background-color: rgb(186,167,56); }

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

border-color css

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

 span { border-color: rgb(186,167,56); }

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