Html Css Color HEX #BBAE47 Brass

📋 copy color: '#BBAE47'

red 187 ◦ green 174 ◦ blue 71

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

Shades of Brass #BBAE47

Tints of Brass #BBAE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.44%

R = 43.29%
G = 40.28%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBAE47 (or 0xBBAE47) is known color: Brass. HEX triplet: BB, AE and 47. RGB value is (187,174,71). Sum of RGB (Red+Green+Blue) = 187+174+71=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE47 is #4451B8. Grayscale: #A6A6A6. Windows color (decimal): -4477369 or 4697787. OLE color: 4697787.

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

Color convert

RGB 187 174 71 -
CMYK 0 0.07 0.62 0.27
HSL 53.28º 0.46% 0.51% -
HSV(B) 53.28º 0.62% 0.73% -
XYZ 36.77 41.29 11.99 -
YUV 166.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 187 174 71 0 0.07 0.62 0.27 53.28 0.46 0.51
Hex BB AE 47 0 7 3E 1B 35 2E 33
Octal 273 256 107 0 7 76 33 65 56 63
Binary 10111011 10101110 1000111 0 111 111110 11011 110101 101110 110011

Color Harmonies of #BBAE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE47

Black with #BBAE47

Text Example


Text Example

White with #BBAE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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