Html Css Color HEX #BBB146 Brass

📋 copy color: '#BBB146'

red 187 ◦ green 177 ◦ blue 70

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

Shades of Brass #BBB146

Tints of Brass #BBB146

RGB

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

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

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

R = 43.09%
G = 40.78%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BBB146 (or 0xBBB146) is known color: Brass. HEX triplet: BB, B1 and 46. RGB value is (187,177,70). Sum of RGB (Red+Green+Blue) = 187+177+70=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB146 is #444EB9. Grayscale: #A8A8A8. Windows color (decimal): -4476602 or 4633019. OLE color: 4633019.

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

Color convert

RGB 187 177 70 -
CMYK 0 0.05 0.63 0.27
HSL 54.87º 0.46% 0.5% -
HSV(B) 54.87º 0.63% 0.73% -
XYZ 37.32 42.45 12.02 -
YUV 167.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 187 177 70 0 0.05 0.63 0.27 54.87 0.46 0.5
Hex BB B1 46 0 5 3F 1B 37 2E 32
Octal 273 261 106 0 5 77 33 67 56 62
Binary 10111011 10110001 1000110 0 101 111111 11011 110111 101110 110010

Color Harmonies of #BBB146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB146

Black with #BBB146

Text Example


Text Example

White with #BBB146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB146; }

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

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

background-color css

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

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

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

border-color css

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

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

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