Html Css Color HEX #BBAE39 Brass

📋 copy color: '#BBAE39'

red 187 ◦ green 174 ◦ blue 57

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

Shades of Brass #BBAE39

Tints of Brass #BBAE39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 13.64%

R = 44.74%
G = 41.63%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBAE39 (or 0xBBAE39) is known color: Brass. HEX triplet: BB, AE and 39. RGB value is (187,174,57). Sum of RGB (Red+Green+Blue) = 187+174+57=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 174 (68.36% from 255 or 41.63% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAE39 is #4451C6. Grayscale: #A5A5A5. Windows color (decimal): -4477383 or 3780283. OLE color: 3780283.

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

Color convert

RGB 187 174 57 -
CMYK 0 0.07 0.70 0.27
HSL 54º 0.53% 0.48% -
HSV(B) 54º 0.7% 0.73% -
XYZ 36.37 41.13 9.89 -
YUV 164.55 67.31 144.01 -
System Red Green Blue C M Y K H S L
Decimal 187 174 57 0 0.07 0.70 0.27 54 0.53 0.48
Hex BB AE 39 0 7 46 1B 36 35 30
Octal 273 256 71 0 7 106 33 66 65 60
Binary 10111011 10101110 111001 0 111 1000110 11011 110110 110101 110000

Color Harmonies of #BBAE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE39

Black with #BBAE39

Text Example


Text Example

White with #BBAE39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE39; }

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

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

background-color css

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

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

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

border-color css

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

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

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