Html Css Color HEX #BBA240 Brass

📋 copy color: '#BBA240'

red 187 ◦ green 162 ◦ blue 64

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

Shades of Brass #BBA240

Tints of Brass #BBA240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.23%

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

R = 45.28%
G = 39.23%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBA240 (or 0xBBA240) is known color: Brass. HEX triplet: BB, A2 and 40. RGB value is (187,162,64). Sum of RGB (Red+Green+Blue) = 187+162+64=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA240 is #445DBF. Grayscale: #9E9E9E. Windows color (decimal): -4480448 or 4235963. OLE color: 4235963.

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

Color convert

RGB 187 162 64 -
CMYK 0 0.13 0.66 0.27
HSL 47.8º 0.49% 0.49% -
HSV(B) 47.8º 0.66% 0.73% -
XYZ 34.34 36.78 10.14 -
YUV 158.3 74.78 148.47 -
System Red Green Blue C M Y K H S L
Decimal 187 162 64 0 0.13 0.66 0.27 47.8 0.49 0.49
Hex BB A2 40 0 D 42 1B 30 31 31
Octal 273 242 100 0 15 102 33 60 61 61
Binary 10111011 10100010 1000000 0 1101 1000010 11011 110000 110001 110001

Color Harmonies of #BBA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA240

Black with #BBA240

Text Example


Text Example

White with #BBA240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA240; }

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

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

background-color css

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

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

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

border-color css

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

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

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