Html Css Color HEX #BBA949 Brass

📋 copy color: '#BBA949'

red 187 ◦ green 169 ◦ blue 73

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

Shades of Brass #BBA949

Tints of Brass #BBA949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

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

R = 43.59%
G = 39.39%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBA949 (or 0xBBA949) is known color: Brass. HEX triplet: BB, A9 and 49. RGB value is (187,169,73). Sum of RGB (Red+Green+Blue) = 187+169+73=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA949 is #4456B6. Grayscale: #A3A3A3. Windows color (decimal): -4478647 or 4827579. OLE color: 4827579.

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

Color convert

RGB 187 169 73 -
CMYK 0 0.10 0.61 0.27
HSL 50.53º 0.46% 0.51% -
HSV(B) 50.53º 0.61% 0.73% -
XYZ 35.88 39.42 12.02 -
YUV 163.44 76.96 144.81 -
System Red Green Blue C M Y K H S L
Decimal 187 169 73 0 0.10 0.61 0.27 50.53 0.46 0.51
Hex BB A9 49 0 A 3D 1B 33 2E 33
Octal 273 251 111 0 12 75 33 63 56 63
Binary 10111011 10101001 1001001 0 1010 111101 11011 110011 101110 110011

Color Harmonies of #BBA949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA949

Black with #BBA949

Text Example


Text Example

White with #BBA949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA949; }

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

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

background-color css

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

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

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

border-color css

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

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

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