Html Css Color HEX #BBA347 Brass

📋 copy color: '#BBA347'

red 187 ◦ green 163 ◦ blue 71

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

Shades of Brass #BBA347

Tints of Brass #BBA347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.86%

R = 44.42%
G = 38.72%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBA347 (or 0xBBA347) is known color: Brass. HEX triplet: BB, A3 and 47. RGB value is (187,163,71). Sum of RGB (Red+Green+Blue) = 187+163+71=421 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.42% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA347 is #445CB8. Grayscale: #A0A0A0. Windows color (decimal): -4480185 or 4694971. OLE color: 4694971.

HSL color Cylindrical-coordinate representation of color #BBA347: hue angle of 47.59º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBA347 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 163 71 -
CMYK 0 0.13 0.62 0.27
HSL 47.59º 0.46% 0.51% -
HSV(B) 47.59º 0.62% 0.73% -
XYZ 34.73 37.21 11.31 -
YUV 159.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 187 163 71 0 0.13 0.62 0.27 47.59 0.46 0.51
Hex BB A3 47 0 D 3E 1B 30 2E 33
Octal 273 243 107 0 15 76 33 60 56 63
Binary 10111011 10100011 1000111 0 1101 111110 11011 110000 101110 110011

Color Harmonies of #BBA347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA347

Black with #BBA347

Text Example


Text Example

White with #BBA347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA347; }

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

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

background-color css

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

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

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

border-color css

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

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

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