Html Css Color HEX #BBB349 Brass

📋 copy color: '#BBB349'

red 187 ◦ green 179 ◦ blue 73

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

Shades of Brass #BBB349

Tints of Brass #BBB349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.77%

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

R = 42.6%
G = 40.77%
B = 16.63%

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

#BBB349 (or 0xBBB349) is known color: Brass. HEX triplet: BB, B3 and 49. RGB value is (187,179,73). Sum of RGB (Red+Green+Blue) = 187+179+73=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 179 (70.31% from 255 or 40.77% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB349 is #444CB6. Grayscale: #A9A9A9. Windows color (decimal): -4476087 or 4830139. OLE color: 4830139.

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

Color convert

RGB 187 179 73 -
CMYK 0 0.04 0.61 0.27
HSL 55.79º 0.46% 0.51% -
HSV(B) 55.79º 0.61% 0.73% -
XYZ 37.82 43.29 12.67 -
YUV 169.31 73.65 140.62 -
System Red Green Blue C M Y K H S L
Decimal 187 179 73 0 0.04 0.61 0.27 55.79 0.46 0.51
Hex BB B3 49 0 4 3D 1B 38 2E 33
Octal 273 263 111 0 4 75 33 70 56 63
Binary 10111011 10110011 1001001 0 100 111101 11011 111000 101110 110011

Color Harmonies of #BBB349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB349

Black with #BBB349

Text Example


Text Example

White with #BBB349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB349; }

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

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

background-color css

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

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

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

border-color css

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

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

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