Html Css Color HEX #BBA539 Brass

📋 copy color: '#BBA539'

red 187 ◦ green 165 ◦ blue 57

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

Shades of Brass #BBA539

Tints of Brass #BBA539

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.34%

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

R = 45.72%
G = 40.34%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#BBA539 (or 0xBBA539) is known color: Brass. HEX triplet: BB, A5 and 39. RGB value is (187,165,57). Sum of RGB (Red+Green+Blue) = 187+165+57=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 165 (64.84% from 255 or 40.34% from 409); Blue value is 57 (22.66% from 255 or 13.94% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA539 is #445AC6. Grayscale: #9F9F9F. Windows color (decimal): -4479687 or 3777979. OLE color: 3777979.

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

Color convert

RGB 187 165 57 -
CMYK 0 0.12 0.70 0.27
HSL 49.85º 0.53% 0.48% -
HSV(B) 49.85º 0.7% 0.73% -
XYZ 34.69 37.77 9.33 -
YUV 159.27 70.29 147.78 -
System Red Green Blue C M Y K H S L
Decimal 187 165 57 0 0.12 0.70 0.27 49.85 0.53 0.48
Hex BB A5 39 0 C 46 1B 32 35 30
Octal 273 245 71 0 14 106 33 62 65 60
Binary 10111011 10100101 111001 0 1100 1000110 11011 110010 110101 110000

Color Harmonies of #BBA539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA539

Black with #BBA539

Text Example


Text Example

White with #BBA539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA539; }

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

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

background-color css

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

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

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

border-color css

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

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

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