Html Css Color HEX #BBA944 Brass

📋 copy color: '#BBA944'

red 187 ◦ green 169 ◦ blue 68

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

Shades of Brass #BBA944

Tints of Brass #BBA944

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.86%

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

R = 44.1%
G = 39.86%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BBA944 (or 0xBBA944) is known color: Brass. HEX triplet: BB, A9 and 44. RGB value is (187,169,68). Sum of RGB (Red+Green+Blue) = 187+169+68=424 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.10% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 68 (26.95% from 255 or 16.04% from 424); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA944 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA944 is #4456BB. Grayscale: #A3A3A3. Windows color (decimal): -4478652 or 4499899. OLE color: 4499899.

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

Color convert

RGB 187 169 68 -
CMYK 0 0.10 0.64 0.27
HSL 50.92º 0.47% 0.5% -
HSV(B) 50.92º 0.64% 0.73% -
XYZ 35.72 39.36 11.18 -
YUV 162.87 74.46 145.21 -
System Red Green Blue C M Y K H S L
Decimal 187 169 68 0 0.10 0.64 0.27 50.92 0.47 0.5
Hex BB A9 44 0 A 40 1B 33 2F 32
Octal 273 251 104 0 12 100 33 63 57 62
Binary 10111011 10101001 1000100 0 1010 1000000 11011 110011 101111 110010

Color Harmonies of #BBA944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA944

Black with #BBA944

Text Example


Text Example

White with #BBA944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA944; }

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

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

background-color css

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

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

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

border-color css

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

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

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