Html Css Color HEX #BBB048 Brass

📋 copy color: '#BBB048'

red 187 ◦ green 176 ◦ blue 72

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

Shades of Brass #BBB048

Tints of Brass #BBB048

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

 BLUE value IS 72 (28.52% from 255) = 16.55%

R = 42.99%
G = 40.46%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBB048 (or 0xBBB048) is known color: Brass. HEX triplet: BB, B0 and 48. RGB value is (187,176,72). Sum of RGB (Red+Green+Blue) = 187+176+72=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 72 (28.52% from 255 or 16.55% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB048 is #444FB7. Grayscale: #A7A7A7. Windows color (decimal): -4476856 or 4763835. OLE color: 4763835.

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

Color convert

RGB 187 176 72 -
CMYK 0 0.06 0.61 0.27
HSL 54.26º 0.46% 0.51% -
HSV(B) 54.26º 0.61% 0.73% -
XYZ 37.19 42.08 12.29 -
YUV 167.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 187 176 72 0 0.06 0.61 0.27 54.26 0.46 0.51
Hex BB B0 48 0 6 3D 1B 36 2E 33
Octal 273 260 110 0 6 75 33 66 56 63
Binary 10111011 10110000 1001000 0 110 111101 11011 110110 101110 110011

Color Harmonies of #BBB048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB048

Black with #BBB048

Text Example


Text Example

White with #BBB048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB048; }

 p { color: rgb(187,176,72); }

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

background-color css

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

 a { background-color: rgb(187,176,72); }

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

border-color css

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

 span { border-color: rgb(187,176,72); }

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