Html Css Color HEX #BBAC49 Brass

📋 copy color: '#BBAC49'

red 187 ◦ green 172 ◦ blue 73

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

Shades of Brass #BBAC49

Tints of Brass #BBAC49

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.81%

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

R = 43.29%
G = 39.81%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBAC49 (or 0xBBAC49) is known color: Brass. HEX triplet: BB, AC and 49. RGB value is (187,172,73). Sum of RGB (Red+Green+Blue) = 187+172+73=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 73 (28.91% from 255 or 16.90% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC49 is #4453B6. Grayscale: #A5A5A5. Windows color (decimal): -4477879 or 4828347. OLE color: 4828347.

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

Color convert

RGB 187 172 73 -
CMYK 0 0.08 0.61 0.27
HSL 52.11º 0.46% 0.51% -
HSV(B) 52.11º 0.61% 0.73% -
XYZ 36.45 40.55 12.21 -
YUV 165.2 75.97 143.55 -
System Red Green Blue C M Y K H S L
Decimal 187 172 73 0 0.08 0.61 0.27 52.11 0.46 0.51
Hex BB AC 49 0 8 3D 1B 34 2E 33
Octal 273 254 111 0 10 75 33 64 56 63
Binary 10111011 10101100 1001001 0 1000 111101 11011 110100 101110 110011

Color Harmonies of #BBAC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC49

Black with #BBAC49

Text Example


Text Example

White with #BBAC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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