Html Css Color HEX #BBA247 Brass

📋 copy color: '#BBA247'

red 187 ◦ green 162 ◦ blue 71

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

Shades of Brass #BBA247

Tints of Brass #BBA247

RGB

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

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

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

R = 44.52%
G = 38.57%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBA247 (or 0xBBA247) is known color: Brass. HEX triplet: BB, A2 and 47. RGB value is (187,162,71). Sum of RGB (Red+Green+Blue) = 187+162+71=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 71 (28.12% from 255 or 16.90% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA247 is #445DB8. Grayscale: #9F9F9F. Windows color (decimal): -4480441 or 4694715. OLE color: 4694715.

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

Color convert

RGB 187 162 71 -
CMYK 0 0.13 0.62 0.27
HSL 47.07º 0.46% 0.51% -
HSV(B) 47.07º 0.62% 0.73% -
XYZ 34.55 36.86 11.25 -
YUV 159.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 187 162 71 0 0.13 0.62 0.27 47.07 0.46 0.51
Hex BB A2 47 0 D 3E 1B 2F 2E 33
Octal 273 242 107 0 15 76 33 57 56 63
Binary 10111011 10100010 1000111 0 1101 111110 11011 101111 101110 110011

Color Harmonies of #BBA247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA247

Black with #BBA247

Text Example


Text Example

White with #BBA247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA247; }

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

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

background-color css

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

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

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

border-color css

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

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

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