Html Css Color HEX #BBA947 Brass

📋 copy color: '#BBA947'

red 187 ◦ green 169 ◦ blue 71

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

Shades of Brass #BBA947

Tints of Brass #BBA947

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.58%

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

R = 43.79%
G = 39.58%
B = 16.63%

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

#BBA947 (or 0xBBA947) is known color: Brass. HEX triplet: BB, A9 and 47. RGB value is (187,169,71). Sum of RGB (Red+Green+Blue) = 187+169+71=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 71 (28.12% from 255 or 16.63% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA947 is #4456B8. Grayscale: #A3A3A3. Windows color (decimal): -4478649 or 4696507. OLE color: 4696507.

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

Color convert

RGB 187 169 71 -
CMYK 0 0.10 0.62 0.27
HSL 50.69º 0.46% 0.51% -
HSV(B) 50.69º 0.62% 0.73% -
XYZ 35.82 39.4 11.68 -
YUV 163.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 187 169 71 0 0.10 0.62 0.27 50.69 0.46 0.51
Hex BB A9 47 0 A 3E 1B 33 2E 33
Octal 273 251 107 0 12 76 33 63 56 63
Binary 10111011 10101001 1000111 0 1010 111110 11011 110011 101110 110011

Color Harmonies of #BBA947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA947

Black with #BBA947

Text Example


Text Example

White with #BBA947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA947; }

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

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

background-color css

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

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

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

border-color css

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

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

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