Html Css Color HEX #BBA847 Brass

📋 copy color: '#BBA847'

red 187 ◦ green 168 ◦ blue 71

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

Shades of Brass #BBA847

Tints of Brass #BBA847

RGB

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

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

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

R = 43.9%
G = 39.44%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBA847 (or 0xBBA847) is known color: Brass. HEX triplet: BB, A8 and 47. RGB value is (187,168,71). Sum of RGB (Red+Green+Blue) = 187+168+71=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA847 is #4457B8. Grayscale: #A3A3A3. Windows color (decimal): -4478905 or 4696251. OLE color: 4696251.

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

Color convert

RGB 187 168 71 -
CMYK 0 0.10 0.62 0.27
HSL 50.17º 0.46% 0.51% -
HSV(B) 50.17º 0.62% 0.73% -
XYZ 35.63 39.02 11.62 -
YUV 162.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 187 168 71 0 0.10 0.62 0.27 50.17 0.46 0.51
Hex BB A8 47 0 A 3E 1B 32 2E 33
Octal 273 250 107 0 12 76 33 62 56 63
Binary 10111011 10101000 1000111 0 1010 111110 11011 110010 101110 110011

Color Harmonies of #BBA847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA847

Black with #BBA847

Text Example


Text Example

White with #BBA847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA847; }

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

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

background-color css

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

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

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

border-color css

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

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

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