Html Css Color HEX #BBA039 Brass

📋 copy color: '#BBA039'

red 187 ◦ green 160 ◦ blue 57

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

Shades of Brass #BBA039

Tints of Brass #BBA039

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.6%

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

R = 46.29%
G = 39.6%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBA039 (or 0xBBA039) is known color: Brass. HEX triplet: BB, A0 and 39. RGB value is (187,160,57). Sum of RGB (Red+Green+Blue) = 187+160+57=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA039 is #445FC6. Grayscale: #9C9C9C. Windows color (decimal): -4480967 or 3776699. OLE color: 3776699.

HSL color Cylindrical-coordinate representation of color #BBA039: hue angle of 47.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 #BBA039 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 57 -
CMYK 0 0.14 0.70 0.27
HSL 47.54º 0.53% 0.48% -
HSV(B) 47.54º 0.7% 0.73% -
XYZ 33.8 36 9.04 -
YUV 156.33 71.95 149.88 -
System Red Green Blue C M Y K H S L
Decimal 187 160 57 0 0.14 0.70 0.27 47.54 0.53 0.48
Hex BB A0 39 0 E 46 1B 30 35 30
Octal 273 240 71 0 16 106 33 60 65 60
Binary 10111011 10100000 111001 0 1110 1000110 11011 110000 110101 110000

Color Harmonies of #BBA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA039

Black with #BBA039

Text Example


Text Example

White with #BBA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA039; }

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

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

background-color css

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

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

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

border-color css

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

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

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