Html Css Color HEX #BAB73C Brass

📋 copy color: '#BAB73C'

red 186 ◦ green 183 ◦ blue 60

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

Shades of Brass #BAB73C

Tints of Brass #BAB73C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.66%

 BLUE value IS 60 (23.83% from 255) = 13.99%

R = 43.36%
G = 42.66%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAB73C (or 0xBAB73C) is known color: Brass. HEX triplet: BA, B7 and 3C. RGB value is (186,183,60). Sum of RGB (Red+Green+Blue) = 186+183+60=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB73C is #4548C3. Grayscale: #AAAAAA. Windows color (decimal): -4540612 or 3979194. OLE color: 3979194.

HSL color Cylindrical-coordinate representation of color #BAB73C: hue angle of 58.57º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAB73C is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 183 60 -
CMYK 0 0.02 0.68 0.27
HSL 58.57º 0.51% 0.48% -
HSV(B) 58.57º 0.68% 0.73% -
XYZ 38 44.63 10.89 -
YUV 169.88 65.99 139.5 -
System Red Green Blue C M Y K H S L
Decimal 186 183 60 0 0.02 0.68 0.27 58.57 0.51 0.48
Hex BA B7 3C 0 2 44 1B 3B 33 30
Octal 272 267 74 0 2 104 33 73 63 60
Binary 10111010 10110111 111100 0 10 1000100 11011 111011 110011 110000

Color Harmonies of #BAB73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB73C

Black with #BAB73C

Text Example


Text Example

White with #BAB73C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB73C; }

 p { color: rgb(186,183,60); }

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

background-color css

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

 a { background-color: rgb(186,183,60); }

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

border-color css

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

 span { border-color: rgb(186,183,60); }

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