Html Css Color HEX #BAB23B Brass

📋 copy color: '#BAB23B'

red 186 ◦ green 178 ◦ blue 59

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

Shades of Brass #BAB23B

Tints of Brass #BAB23B

RGB

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

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

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

R = 43.97%
G = 42.08%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BAB23B (or 0xBAB23B) is known color: Brass. HEX triplet: BA, B2 and 3B. RGB value is (186,178,59). Sum of RGB (Red+Green+Blue) = 186+178+59=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 178 (69.92% from 255 or 42.08% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BAB23B is #454DC4. Grayscale: #A7A7A7. Windows color (decimal): -4541893 or 3912378. OLE color: 3912378.

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

Color convert

RGB 186 178 59 -
CMYK 0 0.04 0.68 0.27
HSL 56.22º 0.52% 0.48% -
HSV(B) 56.22º 0.68% 0.73% -
XYZ 36.96 42.6 10.41 -
YUV 166.83 67.15 141.68 -
System Red Green Blue C M Y K H S L
Decimal 186 178 59 0 0.04 0.68 0.27 56.22 0.52 0.48
Hex BA B2 3B 0 4 44 1B 38 34 30
Octal 272 262 73 0 4 104 33 70 64 60
Binary 10111010 10110010 111011 0 100 1000100 11011 111000 110100 110000

Color Harmonies of #BAB23B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB23B

Black with #BAB23B

Text Example


Text Example

White with #BAB23B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB23B; }

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

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

background-color css

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

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

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

border-color css

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

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

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