Html Css Color HEX #BBB248 Brass

📋 copy color: '#BBB248'

red 187 ◦ green 178 ◦ blue 72

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

Shades of Brass #BBB248

Tints of Brass #BBB248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.48%

R = 42.79%
G = 40.73%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBB248 (or 0xBBB248) is known color: Brass. HEX triplet: BB, B2 and 48. RGB value is (187,178,72). Sum of RGB (Red+Green+Blue) = 187+178+72=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBB248 is #444DB7. Grayscale: #A9A9A9. Windows color (decimal): -4476344 or 4764347. OLE color: 4764347.

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

Color convert

RGB 187 178 72 -
CMYK 0 0.05 0.61 0.27
HSL 55.3º 0.46% 0.51% -
HSV(B) 55.3º 0.61% 0.73% -
XYZ 37.58 42.87 12.43 -
YUV 168.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 187 178 72 0 0.05 0.61 0.27 55.3 0.46 0.51
Hex BB B2 48 0 5 3D 1B 37 2E 33
Octal 273 262 110 0 5 75 33 67 56 63
Binary 10111011 10110010 1001000 0 101 111101 11011 110111 101110 110011

Color Harmonies of #BBB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB248

Black with #BBB248

Text Example


Text Example

White with #BBB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB248; }

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

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

background-color css

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

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

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

border-color css

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

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

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