Html Css Color HEX #BBA349 Brass

📋 copy color: '#BBA349'

red 187 ◦ green 163 ◦ blue 73

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

Shades of Brass #BBA349

Tints of Brass #BBA349

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

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

R = 44.21%
G = 38.53%
B = 17.26%

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

#BBA349 (or 0xBBA349) is known color: Brass. HEX triplet: BB, A3 and 49. RGB value is (187,163,73). Sum of RGB (Red+Green+Blue) = 187+163+73=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA349 is #445CB6. Grayscale: #A0A0A0. Windows color (decimal): -4480183 or 4826043. OLE color: 4826043.

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

Color convert

RGB 187 163 73 -
CMYK 0 0.13 0.61 0.27
HSL 47.37º 0.46% 0.51% -
HSV(B) 47.37º 0.61% 0.73% -
XYZ 34.79 37.24 11.66 -
YUV 159.92 78.95 147.32 -
System Red Green Blue C M Y K H S L
Decimal 187 163 73 0 0.13 0.61 0.27 47.37 0.46 0.51
Hex BB A3 49 0 D 3D 1B 2F 2E 33
Octal 273 243 111 0 15 75 33 57 56 63
Binary 10111011 10100011 1001001 0 1101 111101 11011 101111 101110 110011

Color Harmonies of #BBA349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA349

Black with #BBA349

Text Example


Text Example

White with #BBA349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA349; }

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

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

background-color css

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

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

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

border-color css

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

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

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