Html Css Color HEX #BBB347 Brass

📋 copy color: '#BBB347'

red 187 ◦ green 179 ◦ blue 71

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

Shades of Brass #BBB347

Tints of Brass #BBB347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.25%

R = 42.79%
G = 40.96%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBB347 (or 0xBBB347) is known color: Brass. HEX triplet: BB, B3 and 47. RGB value is (187,179,71). Sum of RGB (Red+Green+Blue) = 187+179+71=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB347 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB347 is #444CB8. Grayscale: #A9A9A9. Windows color (decimal): -4476089 or 4699067. OLE color: 4699067.

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

Color convert

RGB 187 179 71 -
CMYK 0 0.04 0.62 0.27
HSL 55.86º 0.46% 0.51% -
HSV(B) 55.86º 0.62% 0.73% -
XYZ 37.75 43.26 12.32 -
YUV 169.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 187 179 71 0 0.04 0.62 0.27 55.86 0.46 0.51
Hex BB B3 47 0 4 3E 1B 38 2E 33
Octal 273 263 107 0 4 76 33 70 56 63
Binary 10111011 10110011 1000111 0 100 111110 11011 111000 101110 110011

Color Harmonies of #BBB347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB347

Black with #BBB347

Text Example


Text Example

White with #BBB347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB347; }

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

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

background-color css

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

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

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

border-color css

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

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

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