Html Css Color HEX #BBA544 Brass

📋 copy color: '#BBA544'

red 187 ◦ green 165 ◦ blue 68

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

Shades of Brass #BBA544

Tints of Brass #BBA544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.19%

R = 44.52%
G = 39.29%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBA544 (or 0xBBA544) is known color: Brass. HEX triplet: BB, A5 and 44. RGB value is (187,165,68). Sum of RGB (Red+Green+Blue) = 187+165+68=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA544 is #445ABB. Grayscale: #A0A0A0. Windows color (decimal): -4479676 or 4498875. OLE color: 4498875.

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

Color convert

RGB 187 165 68 -
CMYK 0 0.12 0.64 0.27
HSL 48.91º 0.47% 0.5% -
HSV(B) 48.91º 0.64% 0.73% -
XYZ 34.99 37.89 10.94 -
YUV 160.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 187 165 68 0 0.12 0.64 0.27 48.91 0.47 0.5
Hex BB A5 44 0 C 40 1B 31 2F 32
Octal 273 245 104 0 14 100 33 61 57 62
Binary 10111011 10100101 1000100 0 1100 1000000 11011 110001 101111 110010

Color Harmonies of #BBA544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA544

Black with #BBA544

Text Example


Text Example

White with #BBA544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA544; }

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

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

background-color css

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

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

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

border-color css

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

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

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