Html Css Color HEX #BCA748 Brass

📋 copy color: '#BCA748'

red 188 ◦ green 167 ◦ blue 72

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

Shades of Brass #BCA748

Tints of Brass #BCA748

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.11%

 BLUE value IS 72 (28.52% from 255) = 16.86%

R = 44.03%
G = 39.11%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCA748 (or 0xBCA748) is known color: Brass. HEX triplet: BC, A7 and 48. RGB value is (188,167,72). Sum of RGB (Red+Green+Blue) = 188+167+72=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 72 (28.52% from 255 or 16.86% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA748 is #4358B7. Grayscale: #A2A2A2. Windows color (decimal): -4413624 or 4761532. OLE color: 4761532.

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

Color convert

RGB 188 167 72 -
CMYK 0 0.11 0.62 0.26
HSL 49.14º 0.46% 0.51% -
HSV(B) 49.14º 0.62% 0.74% -
XYZ 35.73 38.8 11.74 -
YUV 162.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 188 167 72 0 0.11 0.62 0.26 49.14 0.46 0.51
Hex BC A7 48 0 B 3E 1A 31 2E 33
Octal 274 247 110 0 13 76 32 61 56 63
Binary 10111100 10100111 1001000 0 1011 111110 11010 110001 101110 110011

Color Harmonies of #BCA748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA748

Black with #BCA748

Text Example


Text Example

White with #BCA748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA748; }

 p { color: rgb(188,167,72); }

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

background-color css

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

 a { background-color: rgb(188,167,72); }

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

border-color css

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

 span { border-color: rgb(188,167,72); }

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