Html Css Color HEX #BAB13D Brass

📋 copy color: '#BAB13D'

red 186 ◦ green 177 ◦ blue 61

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

Shades of Brass #BAB13D

Tints of Brass #BAB13D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.75%

 BLUE value IS 61 (24.22% from 255) = 14.39%

R = 43.87%
G = 41.75%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAB13D (or 0xBAB13D) is known color: Brass. HEX triplet: BA, B1 and 3D. RGB value is (186,177,61). Sum of RGB (Red+Green+Blue) = 186+177+61=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB13D is #454EC2. Grayscale: #A6A6A6. Windows color (decimal): -4542147 or 4043194. OLE color: 4043194.

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

Color convert

RGB 186 177 61 -
CMYK 0 0.05 0.67 0.27
HSL 55.68º 0.51% 0.48% -
HSV(B) 55.68º 0.67% 0.73% -
XYZ 36.81 42.22 10.62 -
YUV 166.47 68.48 141.93 -
System Red Green Blue C M Y K H S L
Decimal 186 177 61 0 0.05 0.67 0.27 55.68 0.51 0.48
Hex BA B1 3D 0 5 43 1B 38 33 30
Octal 272 261 75 0 5 103 33 70 63 60
Binary 10111010 10110001 111101 0 101 1000011 11011 111000 110011 110000

Color Harmonies of #BAB13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB13D

Black with #BAB13D

Text Example


Text Example

White with #BAB13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB13D; }

 p { color: rgb(186,177,61); }

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

background-color css

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

 a { background-color: rgb(186,177,61); }

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

border-color css

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

 span { border-color: rgb(186,177,61); }

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