Html Css Color HEX #BAB23E Brass

📋 copy color: '#BAB23E'

red 186 ◦ green 178 ◦ blue 62

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

Shades of Brass #BAB23E

Tints of Brass #BAB23E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.55%

R = 43.66%
G = 41.78%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BAB23E (or 0xBAB23E) is known color: Brass. HEX triplet: BA, B2 and 3E. RGB value is (186,178,62). Sum of RGB (Red+Green+Blue) = 186+178+62=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB23E is #454DC1. Grayscale: #A7A7A7. Windows color (decimal): -4541890 or 4108986. OLE color: 4108986.

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

Color convert

RGB 186 178 62 -
CMYK 0 0.04 0.67 0.27
HSL 56.13º 0.5% 0.49% -
HSV(B) 56.13º 0.67% 0.73% -
XYZ 37.04 42.63 10.83 -
YUV 167.17 68.65 141.43 -
System Red Green Blue C M Y K H S L
Decimal 186 178 62 0 0.04 0.67 0.27 56.13 0.5 0.49
Hex BA B2 3E 0 4 43 1B 38 32 31
Octal 272 262 76 0 4 103 33 70 62 61
Binary 10111010 10110010 111110 0 100 1000011 11011 111000 110010 110001

Color Harmonies of #BAB23E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB23E

Black with #BAB23E

Text Example


Text Example

White with #BAB23E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB23E; }

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

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

background-color css

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

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

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

border-color css

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

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

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