Html Css Color HEX #BBA249 Brass

📋 copy color: '#BBA249'

red 187 ◦ green 162 ◦ blue 73

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

Shades of Brass #BBA249

Tints of Brass #BBA249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 17.3%

R = 44.31%
G = 38.39%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBA249 (or 0xBBA249) is known color: Brass. HEX triplet: BB, A2 and 49. RGB value is (187,162,73). Sum of RGB (Red+Green+Blue) = 187+162+73=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA249 is #445DB6. Grayscale: #9F9F9F. Windows color (decimal): -4480439 or 4825787. OLE color: 4825787.

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

Color convert

RGB 187 162 73 -
CMYK 0 0.13 0.61 0.27
HSL 46.84º 0.46% 0.51% -
HSV(B) 46.84º 0.61% 0.73% -
XYZ 34.62 36.89 11.6 -
YUV 159.33 79.28 147.74 -
System Red Green Blue C M Y K H S L
Decimal 187 162 73 0 0.13 0.61 0.27 46.84 0.46 0.51
Hex BB A2 49 0 D 3D 1B 2F 2E 33
Octal 273 242 111 0 15 75 33 57 56 63
Binary 10111011 10100010 1001001 0 1101 111101 11011 101111 101110 110011

Color Harmonies of #BBA249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA249

Black with #BBA249

Text Example


Text Example

White with #BBA249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA249; }

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

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

background-color css

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

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

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

border-color css

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

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

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