Html Css Color HEX #BBA749 Brass

📋 copy color: '#BBA749'

red 187 ◦ green 167 ◦ blue 73

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

Shades of Brass #BBA749

Tints of Brass #BBA749

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.11%

 BLUE value IS 73 (28.91% from 255) = 17.1%

R = 43.79%
G = 39.11%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BBA749 (or 0xBBA749) is known color: Brass. HEX triplet: BB, A7 and 49. RGB value is (187,167,73). Sum of RGB (Red+Green+Blue) = 187+167+73=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA749 is #4458B6. Grayscale: #A2A2A2. Windows color (decimal): -4479159 or 4827067. OLE color: 4827067.

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

Color convert

RGB 187 167 73 -
CMYK 0 0.11 0.61 0.27
HSL 49.47º 0.46% 0.51% -
HSV(B) 49.47º 0.61% 0.73% -
XYZ 35.51 38.68 11.9 -
YUV 162.26 77.63 145.64 -
System Red Green Blue C M Y K H S L
Decimal 187 167 73 0 0.11 0.61 0.27 49.47 0.46 0.51
Hex BB A7 49 0 B 3D 1B 31 2E 33
Octal 273 247 111 0 13 75 33 61 56 63
Binary 10111011 10100111 1001001 0 1011 111101 11011 110001 101110 110011

Color Harmonies of #BBA749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA749

Black with #BBA749

Text Example


Text Example

White with #BBA749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA749; }

 p { color: rgb(187,167,73); }

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

background-color css

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

 a { background-color: rgb(187,167,73); }

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

border-color css

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

 span { border-color: rgb(187,167,73); }

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