Html Css Color HEX #BAB738 Brass

📋 copy color: '#BAB738'

red 186 ◦ green 183 ◦ blue 56

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

Shades of Brass #BAB738

Tints of Brass #BAB738

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.06%

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

R = 43.76%
G = 43.06%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BAB738 (or 0xBAB738) is known color: Brass. HEX triplet: BA, B7 and 38. RGB value is (186,183,56). Sum of RGB (Red+Green+Blue) = 186+183+56=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB738 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB738 is #4548C7. Grayscale: #A9A9A9. Windows color (decimal): -4540616 or 3717050. OLE color: 3717050.

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

Color convert

RGB 186 183 56 -
CMYK 0 0.02 0.70 0.27
HSL 58.62º 0.54% 0.47% -
HSV(B) 58.62º 0.7% 0.73% -
XYZ 37.9 44.59 10.35 -
YUV 169.42 63.99 139.83 -
System Red Green Blue C M Y K H S L
Decimal 186 183 56 0 0.02 0.70 0.27 58.62 0.54 0.47
Hex BA B7 38 0 2 46 1B 3B 36 2F
Octal 272 267 70 0 2 106 33 73 66 57
Binary 10111010 10110111 111000 0 10 1000110 11011 111011 110110 101111

Color Harmonies of #BAB738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAB738

Black with #BAB738

Text Example


Text Example

White with #BAB738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAB738; }

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

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

background-color css

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

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

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

border-color css

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

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

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