Html Css Color HEX #BBB346 Brass

📋 copy color: '#BBB346'

red 187 ◦ green 179 ◦ blue 70

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

Shades of Brass #BBB346

Tints of Brass #BBB346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.06%

R = 42.89%
G = 41.06%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBB346 (or 0xBBB346) is known color: Brass. HEX triplet: BB, B3 and 46. RGB value is (187,179,70). Sum of RGB (Red+Green+Blue) = 187+179+70=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB346 is #444CB9. Grayscale: #A9A9A9. Windows color (decimal): -4476090 or 4633531. OLE color: 4633531.

HSL color Cylindrical-coordinate representation of color #BBB346: hue angle of 55.9º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBB346 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 179 70 -
CMYK 0 0.04 0.63 0.27
HSL 55.9º 0.46% 0.5% -
HSV(B) 55.9º 0.63% 0.73% -
XYZ 37.72 43.25 12.15 -
YUV 168.97 72.15 140.86 -
System Red Green Blue C M Y K H S L
Decimal 187 179 70 0 0.04 0.63 0.27 55.9 0.46 0.5
Hex BB B3 46 0 4 3F 1B 38 2E 32
Octal 273 263 106 0 4 77 33 70 56 62
Binary 10111011 10110011 1000110 0 100 111111 11011 111000 101110 110010

Color Harmonies of #BBB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB346

Black with #BBB346

Text Example


Text Example

White with #BBB346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB346; }

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

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

background-color css

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

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

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

border-color css

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

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

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