Html Css Color HEX #BBB448 Brass

📋 copy color: '#BBB448'

red 187 ◦ green 180 ◦ blue 72

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

Shades of Brass #BBB448

Tints of Brass #BBB448

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41%

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

R = 42.6%
G = 41%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBB448 (or 0xBBB448) is known color: Brass. HEX triplet: BB, B4 and 48. RGB value is (187,180,72). Sum of RGB (Red+Green+Blue) = 187+180+72=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB448 is #444BB7. Grayscale: #AAAAAA. Windows color (decimal): -4475832 or 4764859. OLE color: 4764859.

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

Color convert

RGB 187 180 72 -
CMYK 0 0.04 0.61 0.27
HSL 56.35º 0.46% 0.51% -
HSV(B) 56.35º 0.61% 0.73% -
XYZ 37.98 43.68 12.56 -
YUV 169.78 72.82 140.28 -
System Red Green Blue C M Y K H S L
Decimal 187 180 72 0 0.04 0.61 0.27 56.35 0.46 0.51
Hex BB B4 48 0 4 3D 1B 38 2E 33
Octal 273 264 110 0 4 75 33 70 56 63
Binary 10111011 10110100 1001000 0 100 111101 11011 111000 101110 110011

Color Harmonies of #BBB448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB448

Black with #BBB448

Text Example


Text Example

White with #BBB448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB448; }

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

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

background-color css

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

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

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

border-color css

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

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

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