Html Css Color HEX #BBB449 Brass

📋 copy color: '#BBB449'

red 187 ◦ green 180 ◦ blue 73

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

Shades of Brass #BBB449

Tints of Brass #BBB449

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.91%

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 42.5%
G = 40.91%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBB449 (or 0xBBB449) is known color: Brass. HEX triplet: BB, B4 and 49. RGB value is (187,180,73). Sum of RGB (Red+Green+Blue) = 187+180+73=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB449 is #444BB6. Grayscale: #AAAAAA. Windows color (decimal): -4475831 or 4830395. OLE color: 4830395.

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

Color convert

RGB 187 180 73 -
CMYK 0 0.04 0.61 0.27
HSL 56.32º 0.46% 0.51% -
HSV(B) 56.32º 0.61% 0.73% -
XYZ 38.02 43.69 12.73 -
YUV 169.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 187 180 73 0 0.04 0.61 0.27 56.32 0.46 0.51
Hex BB B4 49 0 4 3D 1B 38 2E 33
Octal 273 264 111 0 4 75 33 70 56 63
Binary 10111011 10110100 1001001 0 100 111101 11011 111000 101110 110011

Color Harmonies of #BBB449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB449

Black with #BBB449

Text Example


Text Example

White with #BBB449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB449; }

 p { color: rgb(187,180,73); }

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

background-color css

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

 a { background-color: rgb(187,180,73); }

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

border-color css

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

 span { border-color: rgb(187,180,73); }

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