Html Css Color HEX #BBA546 Brass

📋 copy color: '#BBA546'

red 187 ◦ green 165 ◦ blue 70

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

Shades of Brass #BBA546

Tints of Brass #BBA546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.59%

R = 44.31%
G = 39.1%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBA546 (or 0xBBA546) is known color: Brass. HEX triplet: BB, A5 and 46. RGB value is (187,165,70). Sum of RGB (Red+Green+Blue) = 187+165+70=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA546 is #445AB9. Grayscale: #A1A1A1. Windows color (decimal): -4479674 or 4629947. OLE color: 4629947.

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

Color convert

RGB 187 165 70 -
CMYK 0 0.12 0.63 0.27
HSL 48.72º 0.46% 0.5% -
HSV(B) 48.72º 0.63% 0.73% -
XYZ 35.05 37.92 11.27 -
YUV 160.75 76.79 146.72 -
System Red Green Blue C M Y K H S L
Decimal 187 165 70 0 0.12 0.63 0.27 48.72 0.46 0.5
Hex BB A5 46 0 C 3F 1B 31 2E 32
Octal 273 245 106 0 14 77 33 61 56 62
Binary 10111011 10100101 1000110 0 1100 111111 11011 110001 101110 110010

Color Harmonies of #BBA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA546

Black with #BBA546

Text Example


Text Example

White with #BBA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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