Html Css Color HEX #BCAF47 Brass

📋 copy color: '#BCAF47'

red 188 ◦ green 175 ◦ blue 71

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

Shades of Brass #BCAF47

Tints of Brass #BCAF47

RGB

 RED value IS 188 (73.83% from 255) = 43.32%

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

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

R = 43.32%
G = 40.32%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCAF47 (or 0xBCAF47) is known color: Brass. HEX triplet: BC, AF and 47. RGB value is (188,175,71). Sum of RGB (Red+Green+Blue) = 188+175+71=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAF47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAF47 is #4350B8. Grayscale: #A7A7A7. Windows color (decimal): -4411577 or 4698044. OLE color: 4698044.

HSL color Cylindrical-coordinate representation of color #BCAF47: hue angle of 53.33º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCAF47 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 175 71 -
CMYK 0 0.07 0.62 0.26
HSL 53.33º 0.47% 0.51% -
HSV(B) 53.33º 0.62% 0.74% -
XYZ 37.21 41.81 12.07 -
YUV 167.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 188 175 71 0 0.07 0.62 0.26 53.33 0.47 0.51
Hex BC AF 47 0 7 3E 1A 35 2F 33
Octal 274 257 107 0 7 76 32 65 57 63
Binary 10111100 10101111 1000111 0 111 111110 11010 110101 101111 110011

Color Harmonies of #BCAF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAF47

Black with #BCAF47

Text Example


Text Example

White with #BCAF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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