Html Css Color HEX #BBA848 Brass

📋 copy color: '#BBA848'

red 187 ◦ green 168 ◦ blue 72

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

Shades of Brass #BBA848

Tints of Brass #BBA848

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

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

R = 43.79%
G = 39.34%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBA848 (or 0xBBA848) is known color: Brass. HEX triplet: BB, A8 and 48. RGB value is (187,168,72). Sum of RGB (Red+Green+Blue) = 187+168+72=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA848 is #4457B7. Grayscale: #A3A3A3. Windows color (decimal): -4478904 or 4761787. OLE color: 4761787.

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

Color convert

RGB 187 168 72 -
CMYK 0 0.10 0.61 0.27
HSL 50.09º 0.46% 0.51% -
HSV(B) 50.09º 0.61% 0.73% -
XYZ 35.67 39.04 11.79 -
YUV 162.74 76.79 145.31 -
System Red Green Blue C M Y K H S L
Decimal 187 168 72 0 0.10 0.61 0.27 50.09 0.46 0.51
Hex BB A8 48 0 A 3D 1B 32 2E 33
Octal 273 250 110 0 12 75 33 62 56 63
Binary 10111011 10101000 1001000 0 1010 111101 11011 110010 101110 110011

Color Harmonies of #BBA848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA848

Black with #BBA848

Text Example


Text Example

White with #BBA848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA848; }

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

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

background-color css

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

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

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

border-color css

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

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

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