Html Css Color HEX #BBA447 Brass

📋 copy color: '#BBA447'

red 187 ◦ green 164 ◦ blue 71

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

Shades of Brass #BBA447

Tints of Brass #BBA447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.82%

R = 44.31%
G = 38.86%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBA447 (or 0xBBA447) is known color: Brass. HEX triplet: BB, A4 and 47. RGB value is (187,164,71). Sum of RGB (Red+Green+Blue) = 187+164+71=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA447 is #445BB8. Grayscale: #A0A0A0. Windows color (decimal): -4479929 or 4695227. OLE color: 4695227.

HSL color Cylindrical-coordinate representation of color #BBA447: hue angle of 48.1º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBA447 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 71 -
CMYK 0 0.12 0.62 0.27
HSL 48.1º 0.46% 0.51% -
HSV(B) 48.1º 0.62% 0.73% -
XYZ 34.91 37.57 11.37 -
YUV 160.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 187 164 71 0 0.12 0.62 0.27 48.1 0.46 0.51
Hex BB A4 47 0 C 3E 1B 30 2E 33
Octal 273 244 107 0 14 76 33 60 56 63
Binary 10111011 10100100 1000111 0 1100 111110 11011 110000 101110 110011

Color Harmonies of #BBA447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA447

Black with #BBA447

Text Example


Text Example

White with #BBA447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA447; }

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

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

background-color css

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

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

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

border-color css

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

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

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