Html Css Color HEX #BBA849 Brass

📋 copy color: '#BBA849'

red 187 ◦ green 168 ◦ blue 73

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

Shades of Brass #BBA849

Tints of Brass #BBA849

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.25%

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

R = 43.69%
G = 39.25%
B = 17.06%

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

#BBA849 (or 0xBBA849) is known color: Brass. HEX triplet: BB, A8 and 49. RGB value is (187,168,73). Sum of RGB (Red+Green+Blue) = 187+168+73=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA849 is #4457B6. Grayscale: #A3A3A3. Windows color (decimal): -4478903 or 4827323. OLE color: 4827323.

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

Color convert

RGB 187 168 73 -
CMYK 0 0.10 0.61 0.27
HSL 50º 0.46% 0.51% -
HSV(B) 50º 0.61% 0.73% -
XYZ 35.7 39.05 11.96 -
YUV 162.85 77.29 145.22 -
System Red Green Blue C M Y K H S L
Decimal 187 168 73 0 0.10 0.61 0.27 50 0.46 0.51
Hex BB A8 49 0 A 3D 1B 32 2E 33
Octal 273 250 111 0 12 75 33 62 56 63
Binary 10111011 10101000 1001001 0 1010 111101 11011 110010 101110 110011

Color Harmonies of #BBA849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA849

Black with #BBA849

Text Example


Text Example

White with #BBA849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA849; }

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

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

background-color css

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

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

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

border-color css

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

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

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