Html Css Color HEX #BCA344 Brass

📋 copy color: '#BCA344'

red 188 ◦ green 163 ◦ blue 68

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

Shades of Brass #BCA344

Tints of Brass #BCA344

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.9%

 BLUE value IS 68 (26.95% from 255) = 16.23%

R = 44.87%
G = 38.9%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BCA344 (or 0xBCA344) is known color: Brass. HEX triplet: BC, A3 and 44. RGB value is (188,163,68). Sum of RGB (Red+Green+Blue) = 188+163+68=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 163 (64.06% from 255 or 38.90% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BCA344 is #435CBB. Grayscale: #A0A0A0. Windows color (decimal): -4414652 or 4498364. OLE color: 4498364.

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

Color convert

RGB 188 163 68 -
CMYK 0 0.13 0.64 0.26
HSL 47.5º 0.47% 0.5% -
HSV(B) 47.5º 0.64% 0.74% -
XYZ 34.88 37.3 10.83 -
YUV 159.65 76.28 148.22 -
System Red Green Blue C M Y K H S L
Decimal 188 163 68 0 0.13 0.64 0.26 47.5 0.47 0.5
Hex BC A3 44 0 D 40 1A 30 2F 32
Octal 274 243 104 0 15 100 32 60 57 62
Binary 10111100 10100011 1000100 0 1101 1000000 11010 110000 101111 110010

Color Harmonies of #BCA344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA344

Black with #BCA344

Text Example


Text Example

White with #BCA344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA344; }

 p { color: rgb(188,163,68); }

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

background-color css

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

 a { background-color: rgb(188,163,68); }

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

border-color css

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

 span { border-color: rgb(188,163,68); }

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