Html Css Color HEX #BBB147 Brass

📋 copy color: '#BBB147'

red 187 ◦ green 177 ◦ blue 71

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

Shades of Brass #BBB147

Tints of Brass #BBB147

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.69%

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

R = 42.99%
G = 40.69%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBB147 (or 0xBBB147) is known color: Brass. HEX triplet: BB, B1 and 47. RGB value is (187,177,71). Sum of RGB (Red+Green+Blue) = 187+177+71=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 177 (69.53% from 255 or 40.69% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB147 is #444EB8. Grayscale: #A8A8A8. Windows color (decimal): -4476601 or 4698555. OLE color: 4698555.

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

Color convert

RGB 187 177 71 -
CMYK 0 0.05 0.62 0.27
HSL 54.83º 0.46% 0.51% -
HSV(B) 54.83º 0.62% 0.73% -
XYZ 37.35 42.46 12.19 -
YUV 167.91 73.31 141.62 -
System Red Green Blue C M Y K H S L
Decimal 187 177 71 0 0.05 0.62 0.27 54.83 0.46 0.51
Hex BB B1 47 0 5 3E 1B 37 2E 33
Octal 273 261 107 0 5 76 33 67 56 63
Binary 10111011 10110001 1000111 0 101 111110 11011 110111 101110 110011

Color Harmonies of #BBB147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB147

Black with #BBB147

Text Example


Text Example

White with #BBB147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB147; }

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

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

background-color css

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

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

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

border-color css

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

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

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