Html Css Color HEX #BBAC47 Brass

📋 copy color: '#BBAC47'

red 187 ◦ green 172 ◦ blue 71

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

Shades of Brass #BBAC47

Tints of Brass #BBAC47

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40%

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

R = 43.49%
G = 40%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBAC47 (or 0xBBAC47) is known color: Brass. HEX triplet: BB, AC and 47. RGB value is (187,172,71). Sum of RGB (Red+Green+Blue) = 187+172+71=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 71 (28.12% from 255 or 16.51% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAC47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAC47 is #4453B8. Grayscale: #A5A5A5. Windows color (decimal): -4477881 or 4697275. OLE color: 4697275.

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

Color convert

RGB 187 172 71 -
CMYK 0 0.08 0.62 0.27
HSL 52.24º 0.46% 0.51% -
HSV(B) 52.24º 0.62% 0.73% -
XYZ 36.38 40.52 11.87 -
YUV 164.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 187 172 71 0 0.08 0.62 0.27 52.24 0.46 0.51
Hex BB AC 47 0 8 3E 1B 34 2E 33
Octal 273 254 107 0 10 76 33 64 56 63
Binary 10111011 10101100 1000111 0 1000 111110 11011 110100 101110 110011

Color Harmonies of #BBAC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAC47

Black with #BBAC47

Text Example


Text Example

White with #BBAC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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