Html Css Color HEX #BCAD47 Brass

📋 copy color: '#BCAD47'

red 188 ◦ green 173 ◦ blue 71

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

Shades of Brass #BCAD47

Tints of Brass #BCAD47

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.05%

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

R = 43.52%
G = 40.05%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCAD47 (or 0xBCAD47) is known color: Brass. HEX triplet: BC, AD and 47. RGB value is (188,173,71). Sum of RGB (Red+Green+Blue) = 188+173+71=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BCAD47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCAD47 is #4352B8. Grayscale: #A6A6A6. Windows color (decimal): -4412089 or 4697532. OLE color: 4697532.

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

Color convert

RGB 188 173 71 -
CMYK 0 0.08 0.62 0.26
HSL 52.31º 0.47% 0.51% -
HSV(B) 52.31º 0.62% 0.74% -
XYZ 36.82 41.03 11.94 -
YUV 165.86 74.47 143.79 -
System Red Green Blue C M Y K H S L
Decimal 188 173 71 0 0.08 0.62 0.26 52.31 0.47 0.51
Hex BC AD 47 0 8 3E 1A 34 2F 33
Octal 274 255 107 0 10 76 32 64 57 63
Binary 10111100 10101101 1000111 0 1000 111110 11010 110100 101111 110011

Color Harmonies of #BCAD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCAD47

Black with #BCAD47

Text Example


Text Example

White with #BCAD47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCAD47; }

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

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

background-color css

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

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

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

border-color css

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

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

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