Html Css Color HEX #BBAE49 Brass

📋 copy color: '#BBAE49'

red 187 ◦ green 174 ◦ blue 73

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

Shades of Brass #BBAE49

Tints of Brass #BBAE49

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.09%

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

R = 43.09%
G = 40.09%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBAE49 (or 0xBBAE49) is known color: Brass. HEX triplet: BB, AE and 49. RGB value is (187,174,73). Sum of RGB (Red+Green+Blue) = 187+174+73=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 174 (68.36% from 255 or 40.09% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE49 is #4451B6. Grayscale: #A6A6A6. Windows color (decimal): -4477367 or 4828859. OLE color: 4828859.

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

Color convert

RGB 187 174 73 -
CMYK 0 0.07 0.61 0.27
HSL 53.16º 0.46% 0.51% -
HSV(B) 53.16º 0.61% 0.73% -
XYZ 36.83 41.32 12.34 -
YUV 166.37 75.31 142.71 -
System Red Green Blue C M Y K H S L
Decimal 187 174 73 0 0.07 0.61 0.27 53.16 0.46 0.51
Hex BB AE 49 0 7 3D 1B 35 2E 33
Octal 273 256 111 0 7 75 33 65 56 63
Binary 10111011 10101110 1001001 0 111 111101 11011 110101 101110 110011

Color Harmonies of #BBAE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE49

Black with #BBAE49

Text Example


Text Example

White with #BBAE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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