Html Css Color HEX #BBA140 Brass

📋 copy color: '#BBA140'

red 187 ◦ green 161 ◦ blue 64

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

Shades of Brass #BBA140

Tints of Brass #BBA140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.53%

R = 45.39%
G = 39.08%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBA140 (or 0xBBA140) is known color: Brass. HEX triplet: BB, A1 and 40. RGB value is (187,161,64). Sum of RGB (Red+Green+Blue) = 187+161+64=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA140 is #445EBF. Grayscale: #9E9E9E. Windows color (decimal): -4480704 or 4235707. OLE color: 4235707.

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

Color convert

RGB 187 161 64 -
CMYK 0 0.14 0.66 0.27
HSL 47.32º 0.49% 0.49% -
HSV(B) 47.32º 0.66% 0.73% -
XYZ 34.16 36.42 10.08 -
YUV 157.72 75.11 148.89 -
System Red Green Blue C M Y K H S L
Decimal 187 161 64 0 0.14 0.66 0.27 47.32 0.49 0.49
Hex BB A1 40 0 E 42 1B 2F 31 31
Octal 273 241 100 0 16 102 33 57 61 61
Binary 10111011 10100001 1000000 0 1110 1000010 11011 101111 110001 110001

Color Harmonies of #BBA140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA140

Black with #BBA140

Text Example


Text Example

White with #BBA140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA140; }

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

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

background-color css

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

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

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

border-color css

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

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

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