Html Css Color HEX #BBA138 Brass

📋 copy color: '#BBA138'

red 187 ◦ green 161 ◦ blue 56

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

Shades of Brass #BBA138

Tints of Brass #BBA138

RGB

 RED value IS 187 (73.44% from 255) = 46.29%

 GREEN value IS 161 (63.28% from 255) = 39.85%

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

R = 46.29%
G = 39.85%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBA138 (or 0xBBA138) is known color: Brass. HEX triplet: BB, A1 and 38. RGB value is (187,161,56). Sum of RGB (Red+Green+Blue) = 187+161+56=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 56 (22.27% from 255 or 13.86% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA138 is #445EC7. Grayscale: #9D9D9D. Windows color (decimal): -4480712 or 3711419. OLE color: 3711419.

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

Color convert

RGB 187 161 56 -
CMYK 0 0.14 0.70 0.27
HSL 48.09º 0.54% 0.48% -
HSV(B) 48.09º 0.7% 0.73% -
XYZ 33.95 36.34 8.97 -
YUV 156.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 187 161 56 0 0.14 0.70 0.27 48.09 0.54 0.48
Hex BB A1 38 0 E 46 1B 30 36 30
Octal 273 241 70 0 16 106 33 60 66 60
Binary 10111011 10100001 111000 0 1110 1000110 11011 110000 110110 110000

Color Harmonies of #BBA138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA138

Black with #BBA138

Text Example


Text Example

White with #BBA138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA138; }

 p { color: rgb(187,161,56); }

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

background-color css

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

 a { background-color: rgb(187,161,56); }

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

border-color css

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

 span { border-color: rgb(187,161,56); }

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