Html Css Color HEX #BBAE46 Brass

📋 copy color: '#BBAE46'

red 187 ◦ green 174 ◦ blue 70

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

Shades of Brass #BBAE46

Tints of Brass #BBAE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.24%

R = 43.39%
G = 40.37%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBAE46 (or 0xBBAE46) is known color: Brass. HEX triplet: BB, AE and 46. RGB value is (187,174,70). Sum of RGB (Red+Green+Blue) = 187+174+70=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE46 is #4451B9. Grayscale: #A6A6A6. Windows color (decimal): -4477370 or 4632251. OLE color: 4632251.

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

Color convert

RGB 187 174 70 -
CMYK 0 0.07 0.63 0.27
HSL 53.33º 0.46% 0.5% -
HSV(B) 53.33º 0.63% 0.73% -
XYZ 36.74 41.28 11.83 -
YUV 166.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 187 174 70 0 0.07 0.63 0.27 53.33 0.46 0.5
Hex BB AE 46 0 7 3F 1B 35 2E 32
Octal 273 256 106 0 7 77 33 65 56 62
Binary 10111011 10101110 1000110 0 111 111111 11011 110101 101110 110010

Color Harmonies of #BBAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE46

Black with #BBAE46

Text Example


Text Example

White with #BBAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE46; }

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

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

background-color css

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

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

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

border-color css

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

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

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