Html Css Color HEX #BBA536 Brass

📋 copy color: '#BBA536'

red 187 ◦ green 165 ◦ blue 54

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

Shades of Brass #BBA536

Tints of Brass #BBA536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 13.3%

R = 46.06%
G = 40.64%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BBA536 (or 0xBBA536) is known color: Brass. HEX triplet: BB, A5 and 36. RGB value is (187,165,54). Sum of RGB (Red+Green+Blue) = 187+165+54=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 165 (64.84% from 255 or 40.64% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA536 is #445AC9. Grayscale: #9F9F9F. Windows color (decimal): -4479690 or 3581371. OLE color: 3581371.

HSL color Cylindrical-coordinate representation of color #BBA536: hue angle of 50.08º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BBA536 is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 165 54 -
CMYK 0 0.12 0.71 0.27
HSL 50.08º 0.55% 0.47% -
HSV(B) 50.08º 0.71% 0.73% -
XYZ 34.61 37.74 8.95 -
YUV 158.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 187 165 54 0 0.12 0.71 0.27 50.08 0.55 0.47
Hex BB A5 36 0 C 47 1B 32 37 2F
Octal 273 245 66 0 14 107 33 62 67 57
Binary 10111011 10100101 110110 0 1100 1000111 11011 110010 110111 101111

Color Harmonies of #BBA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA536

Black with #BBA536

Text Example


Text Example

White with #BBA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA536; }

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

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

background-color css

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

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

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

border-color css

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

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

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