Html Css Color HEX #BAB63B Brass

📋 copy color: '#BAB63B'

red 186 ◦ green 182 ◦ blue 59

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

Shades of Brass #BAB63B

Tints of Brass #BAB63B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.82%

R = 43.56%
G = 42.62%
B = 13.82%

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

#BAB63B (or 0xBAB63B) is known color: Brass. HEX triplet: BA, B6 and 3B. RGB value is (186,182,59). Sum of RGB (Red+Green+Blue) = 186+182+59=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB63B is #4549C4. Grayscale: #A9A9A9. Windows color (decimal): -4540869 or 3913402. OLE color: 3913402.

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

Color convert

RGB 186 182 59 -
CMYK 0 0.02 0.68 0.27
HSL 58.11º 0.52% 0.48% -
HSV(B) 58.11º 0.68% 0.73% -
XYZ 37.77 44.21 10.68 -
YUV 169.17 65.83 140 -
System Red Green Blue C M Y K H S L
Decimal 186 182 59 0 0.02 0.68 0.27 58.11 0.52 0.48
Hex BA B6 3B 0 2 44 1B 3A 34 30
Octal 272 266 73 0 2 104 33 72 64 60
Binary 10111010 10110110 111011 0 10 1000100 11011 111010 110100 110000

Color Harmonies of #BAB63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB63B

Black with #BAB63B

Text Example


Text Example

White with #BAB63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB63B; }

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

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

background-color css

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

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

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

border-color css

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

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

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