Html Css Color HEX #BBA440 Brass

📋 copy color: '#BBA440'

red 187 ◦ green 164 ◦ blue 64

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

Shades of Brass #BBA440

Tints of Brass #BBA440

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

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

R = 45.06%
G = 39.52%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBA440 (or 0xBBA440) is known color: Brass. HEX triplet: BB, A4 and 40. RGB value is (187,164,64). Sum of RGB (Red+Green+Blue) = 187+164+64=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 64 (25.39% from 255 or 15.42% from 415); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA440 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA440 is #445BBF. Grayscale: #9F9F9F. Windows color (decimal): -4479936 or 4236475. OLE color: 4236475.

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

Color convert

RGB 187 164 64 -
CMYK 0 0.12 0.66 0.27
HSL 48.78º 0.49% 0.49% -
HSV(B) 48.78º 0.66% 0.73% -
XYZ 34.69 37.49 10.26 -
YUV 159.48 74.12 147.63 -
System Red Green Blue C M Y K H S L
Decimal 187 164 64 0 0.12 0.66 0.27 48.78 0.49 0.49
Hex BB A4 40 0 C 42 1B 31 31 31
Octal 273 244 100 0 14 102 33 61 61 61
Binary 10111011 10100100 1000000 0 1100 1000010 11011 110001 110001 110001

Color Harmonies of #BBA440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA440

Black with #BBA440

Text Example


Text Example

White with #BBA440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA440; }

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

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

background-color css

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

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

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

border-color css

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

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

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