Html Css Color HEX #BBA844 Brass

📋 copy color: '#BBA844'

red 187 ◦ green 168 ◦ blue 68

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

Shades of Brass #BBA844

Tints of Brass #BBA844

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.72%

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

R = 44.21%
G = 39.72%
B = 16.08%

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

#BBA844 (or 0xBBA844) is known color: Brass. HEX triplet: BB, A8 and 44. RGB value is (187,168,68). Sum of RGB (Red+Green+Blue) = 187+168+68=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA844 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA844 is #4457BB. Grayscale: #A2A2A2. Windows color (decimal): -4478908 or 4499643. OLE color: 4499643.

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

Color convert

RGB 187 168 68 -
CMYK 0 0.10 0.64 0.27
HSL 50.42º 0.47% 0.5% -
HSV(B) 50.42º 0.64% 0.73% -
XYZ 35.54 38.99 11.12 -
YUV 162.28 74.79 145.63 -
System Red Green Blue C M Y K H S L
Decimal 187 168 68 0 0.10 0.64 0.27 50.42 0.47 0.5
Hex BB A8 44 0 A 40 1B 32 2F 32
Octal 273 250 104 0 12 100 33 62 57 62
Binary 10111011 10101000 1000100 0 1010 1000000 11011 110010 101111 110010

Color Harmonies of #BBA844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA844

Black with #BBA844

Text Example


Text Example

White with #BBA844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA844; }

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

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

background-color css

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

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

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

border-color css

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

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

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