Html Css Color HEX #BBAE40 Brass

📋 copy color: '#BBAE40'

red 187 ◦ green 174 ◦ blue 64

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

Shades of Brass #BBAE40

Tints of Brass #BBAE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 15.06%

R = 44%
G = 40.94%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BBAE40 (or 0xBBAE40) is known color: Brass. HEX triplet: BB, AE and 40. RGB value is (187,174,64). Sum of RGB (Red+Green+Blue) = 187+174+64=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE40 is #4451BF. Grayscale: #A5A5A5. Windows color (decimal): -4477376 or 4239035. OLE color: 4239035.

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

Color convert

RGB 187 174 64 -
CMYK 0 0.07 0.66 0.27
HSL 53.66º 0.49% 0.49% -
HSV(B) 53.66º 0.66% 0.73% -
XYZ 36.55 41.21 10.88 -
YUV 165.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 187 174 64 0 0.07 0.66 0.27 53.66 0.49 0.49
Hex BB AE 40 0 7 42 1B 36 31 31
Octal 273 256 100 0 7 102 33 66 61 61
Binary 10111011 10101110 1000000 0 111 1000010 11011 110110 110001 110001

Color Harmonies of #BBAE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE40

Black with #BBAE40

Text Example


Text Example

White with #BBAE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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