Html Css Color HEX #BBAB47 Brass

📋 copy color: '#BBAB47'

red 187 ◦ green 171 ◦ blue 71

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

Shades of Brass #BBAB47

Tints of Brass #BBAB47

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.86%

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

R = 43.59%
G = 39.86%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBAB47 (or 0xBBAB47) is known color: Brass. HEX triplet: BB, AB and 47. RGB value is (187,171,71). Sum of RGB (Red+Green+Blue) = 187+171+71=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAB47 is #4454B8. Grayscale: #A4A4A4. Windows color (decimal): -4478137 or 4697019. OLE color: 4697019.

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

Color convert

RGB 187 171 71 -
CMYK 0 0.09 0.62 0.27
HSL 51.72º 0.46% 0.51% -
HSV(B) 51.72º 0.62% 0.73% -
XYZ 36.19 40.15 11.8 -
YUV 164.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 187 171 71 0 0.09 0.62 0.27 51.72 0.46 0.51
Hex BB AB 47 0 9 3E 1B 34 2E 33
Octal 273 253 107 0 11 76 33 64 56 63
Binary 10111011 10101011 1000111 0 1001 111110 11011 110100 101110 110011

Color Harmonies of #BBAB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB47

Black with #BBAB47

Text Example


Text Example

White with #BBAB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB47; }

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

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

background-color css

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

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

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

border-color css

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

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

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