Html Css Color HEX #BBB247 Brass

📋 copy color: '#BBB247'

red 187 ◦ green 178 ◦ blue 71

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

Shades of Brass #BBB247

Tints of Brass #BBB247

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.83%

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

R = 42.89%
G = 40.83%
B = 16.28%

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

#BBB247 (or 0xBBB247) is known color: Brass. HEX triplet: BB, B2 and 47. RGB value is (187,178,71). Sum of RGB (Red+Green+Blue) = 187+178+71=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 178 (69.92% from 255 or 40.83% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB247 is #444DB8. Grayscale: #A8A8A8. Windows color (decimal): -4476345 or 4698811. OLE color: 4698811.

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

Color convert

RGB 187 178 71 -
CMYK 0 0.05 0.62 0.27
HSL 55.34º 0.46% 0.51% -
HSV(B) 55.34º 0.62% 0.73% -
XYZ 37.55 42.86 12.25 -
YUV 168.49 72.98 141.2 -
System Red Green Blue C M Y K H S L
Decimal 187 178 71 0 0.05 0.62 0.27 55.34 0.46 0.51
Hex BB B2 47 0 5 3E 1B 37 2E 33
Octal 273 262 107 0 5 76 33 67 56 63
Binary 10111011 10110010 1000111 0 101 111110 11011 110111 101110 110011

Color Harmonies of #BBB247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB247

Black with #BBB247

Text Example


Text Example

White with #BBB247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB247; }

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

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

background-color css

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

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

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

border-color css

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

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

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