Html Css Color HEX #BBAF47 Brass

📋 copy color: '#BBAF47'

red 187 ◦ green 175 ◦ blue 71

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

Shades of Brass #BBAF47

Tints of Brass #BBAF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.42%

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

R = 43.19%
G = 40.42%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BBAF47 (or 0xBBAF47) is known color: Brass. HEX triplet: BB, AF and 47. RGB value is (187,175,71). Sum of RGB (Red+Green+Blue) = 187+175+71=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAF47 is #4450B8. Grayscale: #A7A7A7. Windows color (decimal): -4477113 or 4698043. OLE color: 4698043.

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

Color convert

RGB 187 175 71 -
CMYK 0 0.06 0.62 0.27
HSL 53.79º 0.46% 0.51% -
HSV(B) 53.79º 0.62% 0.73% -
XYZ 36.96 41.68 12.06 -
YUV 166.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 187 175 71 0 0.06 0.62 0.27 53.79 0.46 0.51
Hex BB AF 47 0 6 3E 1B 36 2E 33
Octal 273 257 107 0 6 76 33 66 56 63
Binary 10111011 10101111 1000111 0 110 111110 11011 110110 101110 110011

Color Harmonies of #BBAF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAF47

Black with #BBAF47

Text Example


Text Example

White with #BBAF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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