Html Css Color HEX #BBA445 Brass

📋 copy color: '#BBA445'

red 187 ◦ green 164 ◦ blue 69

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

Shades of Brass #BBA445

Tints of Brass #BBA445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.05%

 BLUE value IS 69 (27.34% from 255) = 16.43%

R = 44.52%
G = 39.05%
B = 16.43%

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

#BBA445 (or 0xBBA445) is known color: Brass. HEX triplet: BB, A4 and 45. RGB value is (187,164,69). Sum of RGB (Red+Green+Blue) = 187+164+69=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 69 (27.34% from 255 or 16.43% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA445 is #445BBA. Grayscale: #A0A0A0. Windows color (decimal): -4479931 or 4564155. OLE color: 4564155.

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

Color convert

RGB 187 164 69 -
CMYK 0 0.12 0.63 0.27
HSL 48.31º 0.46% 0.5% -
HSV(B) 48.31º 0.63% 0.73% -
XYZ 34.84 37.55 11.04 -
YUV 160.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 187 164 69 0 0.12 0.63 0.27 48.31 0.46 0.5
Hex BB A4 45 0 C 3F 1B 30 2E 32
Octal 273 244 105 0 14 77 33 60 56 62
Binary 10111011 10100100 1000101 0 1100 111111 11011 110000 101110 110010

Color Harmonies of #BBA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA445

Black with #BBA445

Text Example


Text Example

White with #BBA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA445; }

 p { color: rgb(187,164,69); }

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

background-color css

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

 a { background-color: rgb(187,164,69); }

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

border-color css

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

 span { border-color: rgb(187,164,69); }

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