Html Css Color HEX #BAB63D Brass

📋 copy color: '#BAB63D'

red 186 ◦ green 182 ◦ blue 61

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

Shades of Brass #BAB63D

Tints of Brass #BAB63D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.42%

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

R = 43.36%
G = 42.42%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAB63D (or 0xBAB63D) is known color: Brass. HEX triplet: BA, B6 and 3D. RGB value is (186,182,61). Sum of RGB (Red+Green+Blue) = 186+182+61=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB63D is #4549C2. Grayscale: #A9A9A9. Windows color (decimal): -4540867 or 4044474. OLE color: 4044474.

HSL color Cylindrical-coordinate representation of color #BAB63D: hue angle of 58.08º 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 #BAB63D is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 182 61 -
CMYK 0 0.02 0.67 0.27
HSL 58.08º 0.51% 0.48% -
HSV(B) 58.08º 0.67% 0.73% -
XYZ 37.82 44.23 10.96 -
YUV 169.4 66.83 139.84 -
System Red Green Blue C M Y K H S L
Decimal 186 182 61 0 0.02 0.67 0.27 58.08 0.51 0.48
Hex BA B6 3D 0 2 43 1B 3A 33 30
Octal 272 266 75 0 2 103 33 72 63 60
Binary 10111010 10110110 111101 0 10 1000011 11011 111010 110011 110000

Color Harmonies of #BAB63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB63D

Black with #BAB63D

Text Example


Text Example

White with #BAB63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB63D; }

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

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

background-color css

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

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

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

border-color css

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

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

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