Html Css Color HEX #BCA947 Brass

📋 copy color: '#BCA947'

red 188 ◦ green 169 ◦ blue 71

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

Shades of Brass #BCA947

Tints of Brass #BCA947

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.49%

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

R = 43.93%
G = 39.49%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BCA947 (or 0xBCA947) is known color: Brass. HEX triplet: BC, A9 and 47. RGB value is (188,169,71). Sum of RGB (Red+Green+Blue) = 188+169+71=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA947 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA947 is #4356B8. Grayscale: #A3A3A3. Windows color (decimal): -4413113 or 4696508. OLE color: 4696508.

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

Color convert

RGB 188 169 71 -
CMYK 0 0.10 0.62 0.26
HSL 50.26º 0.47% 0.51% -
HSV(B) 50.26º 0.62% 0.74% -
XYZ 36.06 39.52 11.69 -
YUV 163.51 75.79 145.47 -
System Red Green Blue C M Y K H S L
Decimal 188 169 71 0 0.10 0.62 0.26 50.26 0.47 0.51
Hex BC A9 47 0 A 3E 1A 32 2F 33
Octal 274 251 107 0 12 76 32 62 57 63
Binary 10111100 10101001 1000111 0 1010 111110 11010 110010 101111 110011

Color Harmonies of #BCA947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA947

Black with #BCA947

Text Example


Text Example

White with #BCA947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA947; }

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

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

background-color css

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

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

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

border-color css

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

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

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