Html Css Color HEX #BBA548 Brass

📋 copy color: '#BBA548'

red 187 ◦ green 165 ◦ blue 72

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

Shades of Brass #BBA548

Tints of Brass #BBA548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.98%

R = 44.1%
G = 38.92%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBA548 (or 0xBBA548) is known color: Brass. HEX triplet: BB, A5 and 48. RGB value is (187,165,72). Sum of RGB (Red+Green+Blue) = 187+165+72=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 165 (64.84% from 255 or 38.92% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA548 is #445AB7. Grayscale: #A1A1A1. Windows color (decimal): -4479672 or 4761019. OLE color: 4761019.

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

Color convert

RGB 187 165 72 -
CMYK 0 0.12 0.61 0.27
HSL 48.52º 0.46% 0.51% -
HSV(B) 48.52º 0.61% 0.73% -
XYZ 35.12 37.94 11.6 -
YUV 160.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 187 165 72 0 0.12 0.61 0.27 48.52 0.46 0.51
Hex BB A5 48 0 C 3D 1B 31 2E 33
Octal 273 245 110 0 14 75 33 61 56 63
Binary 10111011 10100101 1001000 0 1100 111101 11011 110001 101110 110011

Color Harmonies of #BBA548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA548

Black with #BBA548

Text Example


Text Example

White with #BBA548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA548; }

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

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

background-color css

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

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

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

border-color css

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

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

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