Html Css Color HEX #BAB438 Brass

📋 copy color: '#BAB438'

red 186 ◦ green 180 ◦ blue 56

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

Shades of Brass #BAB438

Tints of Brass #BAB438

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.65%

 BLUE value IS 56 (22.27% from 255) = 13.27%

R = 44.08%
G = 42.65%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAB438 (or 0xBAB438) is known color: Brass. HEX triplet: BA, B4 and 38. RGB value is (186,180,56). Sum of RGB (Red+Green+Blue) = 186+180+56=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB438 is #454BC7. Grayscale: #A8A8A8. Windows color (decimal): -4541384 or 3716282. OLE color: 3716282.

HSL color Cylindrical-coordinate representation of color #BAB438: hue angle of 57.23º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAB438 is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 180 56 -
CMYK 0 0.03 0.70 0.27
HSL 57.23º 0.54% 0.47% -
HSV(B) 57.23º 0.7% 0.73% -
XYZ 37.28 43.37 10.15 -
YUV 167.66 64.99 141.08 -
System Red Green Blue C M Y K H S L
Decimal 186 180 56 0 0.03 0.70 0.27 57.23 0.54 0.47
Hex BA B4 38 0 3 46 1B 39 36 2F
Octal 272 264 70 0 3 106 33 71 66 57
Binary 10111010 10110100 111000 0 11 1000110 11011 111001 110110 101111

Color Harmonies of #BAB438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB438

Black with #BAB438

Text Example


Text Example

White with #BAB438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB438; }

 p { color: rgb(186,180,56); }

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

background-color css

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

 a { background-color: rgb(186,180,56); }

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

border-color css

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

 span { border-color: rgb(186,180,56); }

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