Html Css Color HEX #BBA248 Brass

📋 copy color: '#BBA248'

red 187 ◦ green 162 ◦ blue 72

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

Shades of Brass #BBA248

Tints of Brass #BBA248

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.48%

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

R = 44.42%
G = 38.48%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBA248 (or 0xBBA248) is known color: Brass. HEX triplet: BB, A2 and 48. RGB value is (187,162,72). Sum of RGB (Red+Green+Blue) = 187+162+72=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 162 (63.67% from 255 or 38.48% from 421); Blue value is 72 (28.52% from 255 or 17.10% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA248 is #445DB7. Grayscale: #9F9F9F. Windows color (decimal): -4480440 or 4760251. OLE color: 4760251.

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

Color convert

RGB 187 162 72 -
CMYK 0 0.13 0.61 0.27
HSL 46.96º 0.46% 0.51% -
HSV(B) 46.96º 0.61% 0.73% -
XYZ 34.58 36.87 11.43 -
YUV 159.22 78.78 147.82 -
System Red Green Blue C M Y K H S L
Decimal 187 162 72 0 0.13 0.61 0.27 46.96 0.46 0.51
Hex BB A2 48 0 D 3D 1B 2F 2E 33
Octal 273 242 110 0 15 75 33 57 56 63
Binary 10111011 10100010 1001000 0 1101 111101 11011 101111 101110 110011

Color Harmonies of #BBA248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA248

Black with #BBA248

Text Example


Text Example

White with #BBA248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA248; }

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

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

background-color css

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

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

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

border-color css

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

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

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