Html Css Color HEX #BBB249 Brass

📋 copy color: '#BBB249'

red 187 ◦ green 178 ◦ blue 73

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

Shades of Brass #BBB249

Tints of Brass #BBB249

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.64%

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

R = 42.69%
G = 40.64%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBB249 (or 0xBBB249) is known color: Brass. HEX triplet: BB, B2 and 49. RGB value is (187,178,73). Sum of RGB (Red+Green+Blue) = 187+178+73=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 73 (28.91% from 255 or 16.67% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB249 is #444DB6. Grayscale: #A9A9A9. Windows color (decimal): -4476343 or 4829883. OLE color: 4829883.

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

Color convert

RGB 187 178 73 -
CMYK 0 0.05 0.61 0.27
HSL 55.26º 0.46% 0.51% -
HSV(B) 55.26º 0.61% 0.73% -
XYZ 37.62 42.89 12.6 -
YUV 168.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 187 178 73 0 0.05 0.61 0.27 55.26 0.46 0.51
Hex BB B2 49 0 5 3D 1B 37 2E 33
Octal 273 262 111 0 5 75 33 67 56 63
Binary 10111011 10110010 1001001 0 101 111101 11011 110111 101110 110011

Color Harmonies of #BBB249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB249

Black with #BBB249

Text Example


Text Example

White with #BBB249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB249; }

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

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

background-color css

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

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

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

border-color css

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

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

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