Html Css Color HEX #BAB23A Brass

📋 copy color: '#BAB23A'

red 186 ◦ green 178 ◦ blue 58

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

Shades of Brass #BAB23A

Tints of Brass #BAB23A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.18%

 BLUE value IS 58 (23.05% from 255) = 13.74%

R = 44.08%
G = 42.18%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BAB23A (or 0xBAB23A) is known color: Brass. HEX triplet: BA, B2 and 3A. RGB value is (186,178,58). Sum of RGB (Red+Green+Blue) = 186+178+58=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB23A is #454DC5. Grayscale: #A7A7A7. Windows color (decimal): -4541894 or 3846842. OLE color: 3846842.

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

Color convert

RGB 186 178 58 -
CMYK 0 0.04 0.69 0.27
HSL 56.25º 0.52% 0.48% -
HSV(B) 56.25º 0.69% 0.73% -
XYZ 36.93 42.59 10.28 -
YUV 166.71 66.65 141.76 -
System Red Green Blue C M Y K H S L
Decimal 186 178 58 0 0.04 0.69 0.27 56.25 0.52 0.48
Hex BA B2 3A 0 4 45 1B 38 34 30
Octal 272 262 72 0 4 105 33 70 64 60
Binary 10111010 10110010 111010 0 100 1000101 11011 111000 110100 110000

Color Harmonies of #BAB23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB23A

Black with #BAB23A

Text Example


Text Example

White with #BAB23A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB23A; }

 p { color: rgb(186,178,58); }

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

background-color css

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

 a { background-color: rgb(186,178,58); }

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

border-color css

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

 span { border-color: rgb(186,178,58); }

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